C3D-tensorflow icon indicating copy to clipboard operation
C3D-tensorflow copied to clipboard

How to do the training ?

Open SiDinhThoi opened this issue 6 years ago • 2 comments

I don't know how to use the function python train_c3d_ucf101.py Anyone can help me?

SiDinhThoi avatar Jul 09 '18 05:07 SiDinhThoi

you can use the pycharm, and run it directly. and you also run it in terminal ( " python train_c3d_ucf101.py"). Note: you must have download the UCF101 sets and use convert_video_to_images.sh to extract frames from each video, just run the .sh directly. In the train_c3d_ucf101.py, maybe need to change the “gpu_num”, which is your number of gpu.

Nortinwell avatar Jul 19 '18 08:07 Nortinwell

Thank you very much.I have 1 gpu so I set variable gpu_num = 1 right?

SiDinhThoi avatar Jul 20 '18 03:07 SiDinhThoi