# TSN-TensorFlow-unofficial **Repository Path**: mask100/TSN-TensorFlow-unofficial ## Basic Information - **Project Name**: TSN-TensorFlow-unofficial - **Description**: Temporal Segment Networks (TSN) in Tensorflow - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-25 - **Last Updated**: 2021-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TSN-Tensorflow-unofficial This proeject is a re-implementation of the Temporal Segment Networks based on the original paper and the official code released (which is written in caffe and Pytorch). [[Paper]](http://wanglimin.github.io/papers/WangXWQLTV_ECCV16.pdf) [[Code]](https://github.com/yjxiong/temporal-segment-networks) Also, the Tensorflow's official implementation of the CNN architecture (with a lightweight library, TF-Slim) is used. [[Code]](https://github.com/tensorflow/models/tree/master/research/slim) [[Learning of TF-Slim]](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/slim/python/slim/learning.py)