HHTseng / video-classification

Tutorial for video classification/ action recognition using 3D CNN/ CNN+RNN on UCF101
916 stars 216 forks source link

Custom dataset #55

Open Yoav221 opened 1 year ago

Yoav221 commented 1 year ago

Hello, I want to use your architecture to my own dataset. All I need to do is to create a directory (videos -> classes -> frames)? and to use it as the data_path you're using on UCF101_CRNN.py? Thank you!