action-detection
There are 71 repositories under action-detection topic.
jinwchoi/awesome-action-recognition
A curated list of action recognition and related area resources
open-mmlab/mmaction
An open-source toolbox for action understanding based on PyTorch
PaddlePaddle/PaddleVideo
Awesome video understanding toolkits based on PaddlePaddle. It supports video data annotation tools, lightweight RGB and skeleton based action recognition model, practical applications for video tagging and sport action detection.
jeffreyyihuang/two-stream-action-recognition
Using two stream architecture to implement a classic action recognition method on UCF101 dataset
OpenGVLab/VideoMAEv2
[CVPR 2023] VideoMAE V2: Scaling Video Masked Autoencoders with Dual Masking
yjxiong/action-detection
temporal action detection with SSN
MVIG-SJTU/AlphAction
Spatio-Temporal Action Localization System
gurkirt/realtime-action-detection
This repository host the code for real-time action detection paper
yjh0410/YOWOv2
The second generation of YOWO action detector.
NVlabs/STEP
STEP: Spatio-Temporal Progressive Learning for Video Action Detection. CVPR'19 (Oral)
Siyu-C/ACAR-Net
[CVPR 2021] Actor-Context-Actor Relation Network for Spatio-temporal Action Localization
Rheelt/Materials-Temporal-Action-Detection
temporal action detection: benchmark results, features download etc.
wanglimin/UntrimmedNet
Weakly Supervised Action Recognition and Detection
MCG-NJU/MultiSports
[ICCV 2021] MultiSports: A Multi-Person Video Dataset of Spatio-Temporally Localized Sports Actions
sujoyp/wtalc-pytorch
W-TALC: Weakly-supervised Temporal Activity Localization and Classification
sauradip/STALE
[ECCV 2022] Official Pytorch Implementation of the paper : " Zero-Shot Temporal Action Detection via Vision-Language Prompting "
amazon-science/tubelet-transformer
This is an official implementation of TubeR: Tubelet Transformer for Video Action Detection
joslefaure/HIT
Official Implementation of our WACV2023 paper: “Holistic Interaction Transformer Network for Action Detection”
MCG-NJU/VideoMAE-Action-Detection
[NeurIPS 2022 Spotlight] VideoMAE for Action Detection
google/graph_distillation
Graph Distillation for Action Detection
zhang-can/CoLA
[CVPR2021] CoLA: Weakly-Supervised Temporal Action Localization with Snippet Contrastive Learning
JiaHeeeee/Deep_Learning_Temporal_Action_Detection
A list of papers of temporal action detectino using deep learning.
MCG-NJU/STMixer
[CVPR 2023] STMixer: A One-Stage Sparse Action Detector
masouduut94/volleyball_analytics
This project is designed to display how we can utilize deep learning methods for Sports Data Analytics.
aimagelab/STAGE_action_detection
Code of the STAGE module for video action detection
MCG-NJU/PointTAD
[NeurIPS 2022] PointTAD: Multi-Label Temporal Action Detection with Learnable Query Points
AKASH2907/pi-consistency-activity-detection
[CVPR 2022] End-to-End Semi-Supervised Learning for Video Action Detection
yjh0410/YOWOF
You Only Watch One Frame for Online Spatio-Temporal Action Detection
MCG-NJU/EVAD
[ICCV 2023] Efficient Video Action Detection with Token Dropout and Context Refinement
wanglimin/Actionness-Estimation
Actionness Estimation Using Hybrid Fully Convolutional Networks
fabiocarrara/mocap
Code to reproduce experiments in 'LSTM-based real-time action detection and prediction in human motion streams'
zhang-can/UP-TAL
[CVPR2022] Unsupervised Pre-training for Temporal Action Localization Tasks (UP-TAL)
pfabreu/two-stream-networks
Multi-stream CNN architectures for action detection with actor-centric filtering
gorjanradevski/revisiting-spatial-temporal-layouts
Codebase for "Revisiting spatio-temporal layouts for compositional action recognition" (Oral at BMVC 2021).
hpc203/YOWOv2-video-action-detect-onnxrun
使用onnxruntime部署YOWOv2视频动作检测,包含C++和Python两个版本的程序