Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 499 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 499 Bytes

S3D in PyTorch

Reimplementation of S3D in PyTorch, based on the following implemtations and article:

  • Rethinking Spatiotemporal Feature Learning: Speed-Accuracy Trade-offs in Video Classification (Arxiv)
  • S3D_HowTo100M PyTorch implementation (GitHub)
  • S3D original TensorFlow implementation (GitHub)