# TSN_BehaviorRecognition_GenerateTrainImages **Repository Path**: XuHao9166/TSN_BehaviorRecognition_GenerateTrainImages ## Basic Information - **Project Name**: TSN_BehaviorRecognition_GenerateTrainImages - **Description**: Generate training sample images of TSN algorithm \ TSN异常行为检测训练样本生成C++ 代码 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-11-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TSN_BehaviorRecognition_GenerateTrainImages (如果您觉得这个项目帮助到您,麻烦给颗星星) (If you think this project helps you, please give a star) TSN 是来自于乔宇老师课题组的一篇文章,在ECCV 2016 上发表。 文章的链接:https://arxiv.org/abs/1608.00859 TSN is from the team of Qiao Yu, published at ECCV 2016. paper's Link :https://arxiv.org/abs/1608.00859 ![TSN](https://github.com/XuHao9166/TSN_BehaviorRecognition_ForwardCalculation/blob/master/1.bmp) Temporal Segment Networks (TSN) 项目的githob 地址为:https://github.com/yjxiong/temporal-segment-networks The githob address of the Temporal Segment Networks (TSN) : https://github.com/yjxiong/temporal-segment-networks 在TSN的项目中并没有给出TSN前向计算的C++ 代码,因此我本人给出对应的c++代码: https://github.com/XuHao9166/TSN_BehaviorRecognition_ForwardCalculation The C++ code for TSN forward calculation is not given in the TSN project, so I will give the corresponding code here: https://github.com/XuHao9166/TSN_BehaviorRecognition_ForwardCalculation 本项目依赖的环境: OpenCV3.4.0_cuda The environment the project depends on: OpenCV3.4.0_cuda