-
Updated
Jun 4, 2020 - Python
#
action-recognition
Here are 223 public repositories matching this topic...
Real-Time and Accurate Multi-Person Pose Estimation&Tracking System
tracking
machine-learning
computer-vision
gpu
realtime
torch
pytorch
faster-rcnn
human-pose-estimation
action-recognition
pose-estimation
accurate
state-of-the-art
human-tracking
iccv2017
posetracking
alphapose
human-pose-tracking
alpha-pose
person-pose-estimation
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
Jun 10, 2020
3D ResNets for Action Recognition (CVPR 2018)
-
Updated
Jun 11, 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
Jun 1, 2020 - Python
Code & Models for Temporal Segment Networks (TSN) in ECCV 2016
-
Updated
Dec 11, 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
Temporal Segment Networks (TSN) in PyTorch
-
Updated
Jun 21, 2019 - 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
This repository host the code for real-time action detection paper
-
Updated
Sep 1, 2019 - MATLAB
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
Skeleton-based Action Recognition
-
Updated
Jun 11, 2020 - HTML
ActionVLAD for video action classification (CVPR 2017)
-
Updated
Feb 14, 2019 - Python
Codes for popular action recognition models, verified on the something-something data set.
-
Updated
Apr 8, 2019 - Python
[BMVC 2018] iCAN: Instance-Centric Attention Network for Human-Object Interaction Detection
-
Updated
Oct 19, 2018 - Python
Implementation Code of the paper Optical Flow Guided Feature, CVPR 2018
-
Updated
May 17, 2019 - C++
[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
Jun 10, 2020 - 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++
Caffe implementation for "Hidden Two-Stream Convolutional Networks for Action Recognition"
-
Updated
Dec 20, 2017 - C++
C3D for Keras + TensorFlow
-
Updated
Jul 19, 2017 - Python
daniel-j-h
commented
Sep 27, 2019
We should provide a tool where the user can load up a pre-trained model, point it at a dataset (e.g. directory of labeled videos), and have it fine-tune the model automatically.
natlouis
commented
Oct 25, 2019
Along with citations and links
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.