TSN-TensorFlow-unofficial icon indicating copy to clipboard operation
TSN-TensorFlow-unofficial copied to clipboard

Temporal Segment Networks (TSN) in Tensorflow

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] [Code]

Also, the Tensorflow's official implementation of the CNN architecture (with a lightweight library, TF-Slim) is used.
[Code] [Learning of TF-Slim]