#
action-recognition
Here are 254 public repositories matching this topic...
A curated list of action recognition and related area resources
awesome
activity-recognition
video-processing
awesome-list
object-recognition
action-recognition
video-understanding
activity-understanding
pose-estimation
action-detection
video-recognition
action-classification
-
Updated
Jul 30, 2020
3D ResNets for Action Recognition (CVPR 2018)
-
Updated
Jun 11, 2020 - Python
A OpenMMLAB toolbox for human pose estimation, skeleton-based action recognition, and action synthesis.
deep-learning
pytorch
action-recognition
graph-convolutional-network
skeleton-based-action-recognition
-
Updated
Aug 7, 2020 - Python
An open-source toolbox for action understanding based on PyTorch
pytorch
action-recognition
video-understanding
action-detection
temporal-action-detection
temporal-action-localization
spatial-temporal-action-detection
-
Updated
Aug 24, 2020 - Python
Code & Models for Temporal Segment Networks (TSN) in ECCV 2016
-
Updated
Dec 11, 2019 - Python
Temporal Segment Networks (TSN) in PyTorch
-
Updated
Jun 21, 2019 - Python
Video classification tools using 3D ResNet
python
computer-vision
deep-learning
pytorch
action-recognition
video-classification
computer-vision-tools
-
Updated
Nov 23, 2018 - Python
Using two stream architecture to implement a classic action recognition method on UCF101 dataset
-
Updated
Oct 14, 2019 - Python
temporal action detection with SSN
action-recognition
video-understanding
action-detection
temporal-activity-localization
structured-segment-networks
-
Updated
Jun 21, 2019 - Python
Tutorial for video classification/ action recognition using 3D CNN/ CNN+RNN on UCF101
cnn
lstm
rnn
resnet
transfer-learning
action-recognition
video-classification
pytorch-tutorial
ucf101
-
Updated
May 31, 2019 - Jupyter Notebook
PyTorch implementation of two-stream networks for video action recognition
-
Updated
May 25, 2020 - Python
A collection of recent video understanding datasets, under construction!
-
Updated
Jun 14, 2018
Action recognition using soft attention based deep recurrent neural networks
deep-neural-networks
video
deep-learning
paper
deep
deeplearning
attention-mechanism
action-recognition
soft-attention
-
Updated
Oct 30, 2016 - Jupyter Notebook
Apply ML to the skeletons from OpenPose; 9 actions; multiple people. (WARNING: I'm sorry that this is only good for course demo, not for real world applications !!! Those ary very difficult !!!)
-
Updated
Jan 29, 2020 - Python
Skeleton-based Action Recognition
-
Updated
Aug 18, 2020 - HTML
This repository host the code for real-time action detection paper
-
Updated
Sep 1, 2019 - MATLAB
Open
Roadmap of MMAction2
13
hellock
commented
Jul 13, 2020
We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan is also available here.
You can either:
- Suggest a new feature by leaving a comment.
- Vote for a feature request with
👍 or be against with👎 . (Remember that developers are busy and cannot respond to all feature requests, so vote for your most favorable one!) - Tell us that you wo
Code/Model release for NIPS 2017 paper "Attentional Pooling for Action Recognition"
-
Updated
May 20, 2018 - Python
A Python module to decode video frames directly, using the FFmpeg C API.
-
Updated
Apr 6, 2019 - C
Codes for popular action recognition models, verified on the something-something data set.
-
Updated
Apr 8, 2019 - Python
ActionVLAD for video action classification (CVPR 2017)
-
Updated
Feb 14, 2019 - Python
[BMVC 2018] iCAN: Instance-Centric Attention Network for Human-Object Interaction Detection
-
Updated
Aug 24, 2020 - Python
[ICCV 2019 (Oral)] Temporal Attentive Alignment for Large-Scale Video Domain Adaptation (PyTorch)
video
pytorch
action-recognition
video-classification
domain-adaptation
cvpr2019
iccv2019
domain-discrepancy
video-da-datasets
temporal-dynamics
-
Updated
Aug 1, 2020 - Python
PyTorch 3D video classification models pre-trained on 65 million Instagram videos
-
Updated
Dec 7, 2019 - Python
Implementation Code of the paper Optical Flow Guided Feature, CVPR 2018
-
Updated
May 17, 2019 - C++
Caffe implementation for "Hidden Two-Stream Convolutional Networks for Action Recognition"
-
Updated
Dec 20, 2017 - C++
STEP: Spatio-Temporal Progressive Learning for Video Action Detection. CVPR'19 (Oral)
amp
activity-recognition
apex
ava
action-recognition
video-understanding
spatio-temporal
step
action-detection
iterative
ucf101
activity-detection
ava-dataset
spatial-temporal
video-action
ucf101-dataset
ucf24
ucf24-dataset
video-activity
-
Updated
Oct 19, 2019 - Python
Video-friendly caffe -- comes with the most recent version of Caffe (as of Jan 2019), a video reader, 3D(ND) pooling layer, and an example training script for C3D network and UCF-101 data
-
Updated
Dec 24, 2018 - C++
C3D for Keras + TensorFlow
-
Updated
Jul 19, 2017 - Python
Improve this page
Add a description, image, and links to the action-recognition topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the action-recognition topic, visit your repo's landing page and select "manage topics."
Hi, thanks for the great code!
I wonder do you have plans to support resuming from checkpoints for classification? As we all know, in terms of training ImageNet, the training process is really long and it can be interrupted somehow, but I haven't notice any code related to "resume" in
scripts/classification/train_imagenet.py.Maybe @hetong007 ? Thanks in advance.