C3D-tensorflow
C3D-tensorflow copied to clipboard
How to do the training ?
I don't know how to use the function python train_c3d_ucf101.py Anyone can help me?
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.
Thank you very much.I have 1 gpu so I set variable gpu_num = 1 right?