#357 · Primary category: Computer Vision
3D-ResNets-PyTorch
3D ResNets for Action Recognition (CVPR 2018)
Project last updated:01/20/21
GitHub Stars
4.0K
Forks
926
Contributors
7
License
MIT
Why we included this project
This codebase handles a specific computer vision problem: figuring out what people are doing in video clips rather than just what objects appear in a frame. It ships complete PyTorch training, fine-tuning, and evaluation scripts for 3D residual networks, so you can go from raw video to a working action-recognition model without building the architecture and data pipeline yourself. Pretrained weights cover several mainstream benchmarks, including Kinetics, Moments in Time, UCF-101, HMDB-51, and ActivityNet, which helps when you have limited labeled footage and would rather adapt an existing model than train from scratch. The code maps directly onto the authors' CVPR and ICCV papers, so reproducing published results and building on them is straightforward.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)