harvitronix / five-video-classification-methodsLinks
Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow
☆1,182Updated 2 years ago
Alternatives and similar repositories for five-video-classification-methods
Users that are interested in five-video-classification-methods are comparing it to the libraries listed below
Sorting:
- To classify video into various classes using keras library with tensorflow as back-end.☆279Updated 4 years ago
- Convolutional neural network model for video classification trained on the Kinetics dataset.☆1,797Updated 5 years ago
- C3D is a modified version of BVLC tensorflow to support 3D ConvNets.☆584Updated 6 years ago
- Video classification tools using 3D ResNet☆1,127Updated 6 years ago
- C3D is a modified version of BVLC caffe to support 3D ConvNets.☆1,172Updated 5 years ago
- Temporal Segments LSTM and Temporal-Inception for Activity Recognition☆443Updated 5 years ago
- Video Classification using 2 stream CNN☆310Updated 6 years ago
- Code that accompanies a blog posts on continuous online video classification with TensorFlow, Inception and a Raspberry Pi☆205Updated 8 years ago
- 3D convolutional neural network for video classification☆275Updated 6 years ago
- Code release for "Convolutional Two-Stream Network Fusion for Video Action Recognition", CVPR 2016.☆720Updated 8 years ago
- Using two stream architecture to implement a classic action recognition method on UCF101 dataset☆874Updated 5 years ago
- keras implementation of inflated 3d from Quo Vardis paper + weights☆137Updated 7 years ago
- Code & Models for Temporal Segment Networks (TSN) in ECCV 2016☆1,563Updated 4 years ago
- Tutorial for video classification/ action recognition using 3D CNN/ CNN+RNN on UCF101☆960Updated 4 years ago
- Classify UCF101 videos using one frame at a time with a CNN(InceptionV3)