COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200711075701/https://github.com/topics/video-classification
Here are
66 public repositories
matching this topic...
Video classification tools using 3D ResNet
Updated
Nov 23, 2018
Python
Tutorial for video classification/ action recognition using 3D CNN/ CNN+RNN on UCF101
Updated
May 31, 2019
Jupyter Notebook
Papers, code and datasets about deep learning and multi-modal learning for video analysis
Video Classification using 2 stream CNN
Updated
Oct 5, 2018
Python
Appearance-and-Relation Networks
Updated
Nov 20, 2018
Python
To classify video into various classes using keras library with tensorflow as back-end.
Updated
Jul 5, 2017
Python
Implementation Code of the paper Optical Flow Guided Feature, CVPR 2018
[ICCV 2019 (Oral)] Temporal Attentive Alignment for Large-Scale Video Domain Adaptation (PyTorch)
Updated
Jun 10, 2020
Python
Tutorial about 3D convolutional network
Updated
Oct 30, 2018
Python
Simplest and fastest image and text annotation tool.
Updated
Jul 10, 2020
Jupyter Notebook
Exploration of different solutions to action recognition in video, using neural networks implemented in PyTorch.
Updated
Dec 17, 2019
Python
Updated
Apr 7, 2018
Python
Video Classification based on PyTorch
Updated
Aug 14, 2019
Python
Learning Video Representations from Correspondence Proposals (CVPR 2019 Oral)
Updated
Nov 5, 2019
Python
Sign Language Recognition for Deaf People
Updated
Sep 9, 2018
Python
Updated
Jun 4, 2020
Python
A Comprehensive Tutorial on Video Modeling
Updated
Jun 13, 2020
Jupyter Notebook
TensorFlow Implementation of "Learnable Pooling Methods for Video Classification"
Updated
Oct 8, 2018
Python
Action recognition with C3D network implemented in tensorflow
Updated
Apr 18, 2018
Python
[Neurocomputing 2019] Fast and Robust Dynamic Hand Gesture Recognition via Key Frames Extraction and Feature Fusion
Updated
Aug 3, 2019
MATLAB
Video Recognition using Mixed Convolutional Tube (MiCT) on PyTorch with a ResNet backbone
Updated
Feb 18, 2020
Python
ICCV 19 Grouped Spatial-Temporal Aggretation for Efficient Action Recognition
Updated
Oct 14, 2019
Python
Video Action Classification Using Spatial Temporal Clues. Original paper: arXiv:1504.01561
Updated
Jun 8, 2018
Python
My experimentation around action recognition in videos. Contains Keras implementation for C3D network based on original paper "Learning Spatiotemporal Features with 3D Convolutional Networks", Tran et al. and it includes video processing pipelines coded using mPyPl package. Model is being benchmarked on popular UCF101 dataset and achieves results similar to those reported by authors
Updated
Aug 28, 2019
Python
Various implementations and projects on CNN, RNN, LSTM, GAN, etc
Updated
May 22, 2018
Jupyter Notebook
Video classification tools using 3D ResNet
Extract features from video file as the format in Youtube-8M
Updated
Dec 30, 2017
Python
Deep Multi-Sensory Object Category Recognition Using Interactive Behavioral Exploration
Updated
Sep 12, 2019
Jupyter Notebook
Improve this page
Add a description, image, and links to the
video-classification
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
video-classification
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Check if we have already moved this file, or at least that it
replace
if not os.path.exists(filename):
with
if not os.path.exists(os.path.join('UCF-101',classname,filename)):