Skip to content

yeboqxc/tc3d

 
 

Repository files navigation

This is a reimplementation of T-C3D(Temporal Convolutional 3D Network for Real-time Action Recognition) in caffe.

First of all, download the model here(https://pan.baidu.com/s/1jIS0iDg or https://www.dropbox.com/s/631k99qv8sb8xll/tc3d_kinetics_pretrained.caffemodel?dl=0) and put it in /tc3d/examples/tc3d_ucf101_finetuning

Then, training the model by running the following commands:

git clone https://github.com/tc3d/tc3d.git

cd tc3d

make -j

cd examples/tc3d_ucf101_finetuning

sh finetuning_ucf101.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.3%
  • Python 8.7%
  • Cuda 6.3%
  • CMake 2.7%
  • MATLAB 0.9%
  • Makefile 0.6%
  • Other 0.5%