Skip to content

tianyu0523/geature-generating

Repository files navigation

Requirements

conda install pytorch torchvision cuda80 -c soumith scikit-image h5py  
  • FFmpeg, FFprobe
wget http://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz
tar xvf ffmpeg-release-64bit-static.tar.xz
cd ./ffmpeg-3.3.3-64bit-static/; sudo cp ffmpeg ffprobe /usr/local/bin;
  • Python 3

Preparation

Usage

Run

python main_img_train.py --mode feature

to get motion features of train set

Run

python main_img_val.py --mode feature

to get motion features of validation set

Run

python prepro_feats_train.py

to get visual features of train set Run

python prepro_feats_val.py

to get visual features of validation set

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published