# TSN_BehaviorRecognition_ForwardCalculation **Repository Path**: XuHao9166/TSN_BehaviorRecognition_ForwardCalculation ## Basic Information - **Project Name**: TSN_BehaviorRecognition_ForwardCalculation - **Description**: temporal-segment-networks\Forward calculation\c++ - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-10-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TSN_BehaviorRecognition_ForwardCalculation (如果您觉得这个项目帮助到您,麻烦给颗星星) (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++ 代码,因此我本人在此给出对应的代码。 The C++ code for TSN forward calculation is not given in the TSN project, so I will give the corresponding code here. 代码说明:在当前的githob 项目中会缺少一个caffe封装的TSN库,因为涉及商业版权问题,可以通过邮件和我沟通:920672320@qq.com Code Description: A caffe-encapsulated TSN library will be missing from the current githob project. Because of commercial copyright issues, you can communicate with me via email: 920672320@qq.com 但是代码是很完整的。 But the code is very complete. 缺少的这几个文件如下图所示: The missing files are shown below: ![LIB](https://github.com/XuHao9166/TSN_BehaviorRecognition_ForwardCalculation/blob/master/2.bmp) 实验的效果: Experimental results: ![效果图](https://github.com/XuHao9166/TSN_BehaviorRecognition_ForwardCalculation/blob/master/3.bmp)