BizhuWu / LRCN_PyTorchLinks
☆45Updated 4 years ago
Alternatives and similar repositories for LRCN_PyTorch
Users that are interested in LRCN_PyTorch are comparing it to the libraries listed below
Sorting:
- pytorch☆65Updated 4 years ago
- ☆46Updated 4 years ago
- ☆62Updated 6 years ago
- ☆81Updated 5 years ago
- The models of action recognition with pytorch☆210Updated 6 years ago
- action recognition; video classification; LRCN; I3D☆15Updated 4 years ago
- CNN LSTM architecture implemented in Pytorch for Video Classification☆295Updated 2 years ago
- Custom ava dataset, Multi-Person Video Dataset Annotation Method of Spatio-Temporally Actions☆130Updated 3 years ago
- Official PyTorch implementation of ACTION-Net: Multipath Excitation for Action Recognition (CVPR'21)☆207Updated 4 years ago
- PyTorch implemented C3D, R3D, R2Plus1D models for video activity recognition.☆1,230Updated last year
- fourierer / Video_Classification_ResNet3D_R2plus1D_ip-CSN_train-UCF101-HMDB51-Kinetics400-from-scratchUsing ResNet3D-50,R(2+1)D-50, and ip_CSN-50 to train UCD-101,HMDB-51 and Kinetics-400 from scratch.☆28Updated 5 years ago
- This project includes the whole training process.☆17Updated 4 years ago
- Efficient dual attention SlowFast networks for video action recognition☆24Updated 3 years ago
- [CVPR 2021] TDN: Temporal Difference Networks for Efficient Action Recognition☆380Updated 3 years ago
- Spatial Temporal Graph Convolutional Networks for Skeleton-Based Action Recognition☆158Updated 6 years ago
- Using ResNet3D to train on Kinetics form scratch or fine-tune on UCF-101(or others) with Kinetics pretrained model.☆29Updated 5 years ago
- The Pytorch code of the TEA module (Temporal Excitation and Aggregation for Action Recognition)☆198Updated 3 years ago
- Code for the paper: "Efficient Two-Stream Network for Violence Detection Using Separable Convolutional LSTM"☆61Updated last year
- Two-Stream Convolutional Networks for Action Recognition in Videos☆47Updated 6 years ago
- TAM: Temporal Adaptive Module for Video Recognition☆203Updated 3 years ago
- Three steps to train your own model for action recognition based on CNN and LSTM by PyTorch.☆88Updated last year
- ☆20Updated 3 years ago
- C3D-LSTM implementation in PyTorch [WACV 2019]☆38Updated 5 years ago
- PyTorch implementation of Two-stream CNN for 3D action recognition☆152Updated 5 years ago
- Implementation of brand new video augmentation strategy for video action recognition with 3D CNN☆27Updated 4 years ago
- 动作识别(Action Recognition)常见模型的Pytorch实现☆34Updated 5 years ago
- Make video classification on UCF101 using CNN and RNN based on Pytorch framework.☆63Updated last year
- Tiny Kinetics-400 for test☆94Updated last year
- 用yoloV3进行人的侦测,再用SPPE(Alphapose)进行骨架提取,再用连续30帧的ST-GCN进行行为识别。站立、走路、跌倒行为识别,在https://github.com/GajuuzZ/Human-Falling-Detect-Tracks的./models里…