Found 1,313 repositories(showing 30)
jfzhang95
PyTorch implemented C3D, R3D, R2Plus1D models for video activity recognition.
facebookarchive
C3D is a modified version of BVLC caffe to support 3D ConvNets.
hx173149
C3D is a modified version of BVLC tensorflow to support 3D ConvNets.
KeKsBoTer
Compressed 3D Gaussian Splatting for Accelerated Novel View Synthesis
DavideA
Pytorch porting of C3D network, with Sports1M weights
facebookresearch
C3DPO - Canonical 3D Pose Networks for Non-rigid Structure From Motion.
VisionLearningGroup
code for R-C3D
sunnyxiaohu
R-C3D pytorch implementation
MichiganCOG
Video Platform for Action Recognition and Object Detection in Pytorch
vantage-vision-vv
Real-World Anomaly Detection in Surveillance Videos
chuckcho
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
pyomeca
Easy to use C3D reader/writer for C++, Python and Matlab
dolongbien
Abnormal Human Behaviors Detection/ Road Accident Detection From Surveillance Videos/ Real-World Anomaly Detection in Surveillance Videos/ C3D Feature Extraction
daili0015
Pytorch model zoo for human, include all kinds of 2D CNN, 3D CNN, and CRNN
Pytorch C3D feature extractor
TianzhongSong
train C3D with keras for action recognition
EmbodiedCognition
Read & write C3D mocap files
MichiganCOG
A one stop shop for all of your activity recognition needs.
mkjung99
Information of public available data sets for biomechanics.
FingerRec
tensorflow real time video action recognition based on C3D https://arxiv.org/abs/1412.0767
eazydammy
Violence Detection using 3D Convolutional Neural Networks
maincold2
No description available
ParitoshParmar
What and How Well You Performed? A Multitask Learning Approach to Action Quality Assessment [CVPR 2019]
melgharib
Large-scale, Fast and Accurate Shot Boundary Detection through Spatio-temporal Convolutional Neural Networks
Seneca-CDOT
Repository for c3dl (Canvas 3D JS Library). See wiki for related links
Niki173
pytorch
AKASH2907
Deepfakes Video classification via CNN, LSTM, C3D and triplets [IWBF'20]
FingerRec
Pytorch 3DNet attention feature map Visualization by [Cam](https://arxiv.org/abs/1512.04150); C3D, R3D, I3D, MF Net is support now!
leftthomas
A PyTorch implementation of R2Plus1D and C3D based on CVPR 2017 paper "A Closer Look at Spatiotemporal Convolutions for Action Recognition" and CVPR 2014 paper "Learning Spatiotemporal Features with 3D Convolutional Networks"
karolzak
My experimentation around action recognition in videos. Contains Keras implementation for C3D network based on original paper "Learning Spatiotemporal Features with 3D Convolutional Networks", Tran et al. and it includes video processing pipelines coded using mPyPl package. Model is being benchmarked on popular UCF101 dataset and achieves results similar to those reported by authors