yjxiong/tsn-pytorch
Temporal Segment Networks (TSN) in PyTorch
Implements TSN for video action recognition with support for multiple modalities—RGB frames, optical flow, and RGB-diff—enabling multi-stream fusion for improved temporal understanding. Uses sparse segment sampling across video clips rather than dense frame processing, with configurable CNN backbones (BNInception, ResNet) and training on standard benchmarks like UCF101. Provides complete training and testing pipelines that maintain compatibility with the original Caffe implementation while leveraging PyTorch's flexibility for research iteration.
1,085 stars. No commits in the last 6 months.
Stars
1,085
Forks
308
Language
Python
License
BSD-2-Clause
Category
Last pushed
Jun 21, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/yjxiong/tsn-pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
deepinv/deepinv
DeepInverse: a PyTorch library for solving imaging inverse problems using deep learning
mhamilton723/STEGO
Unsupervised Semantic Segmentation by Distilling Feature Correspondences
fidler-lab/polyrnn-pp
Inference Code for Polygon-RNN++ (CVPR 2018)
VSainteuf/utae-paps
PyTorch implementation of U-TAE and PaPs for satellite image time series panoptic segmentation.
pyxu-org/pyxu
Modular and scalable computational imaging in Python with GPU/out-of-core computing.