kenshohara / 3D-ResNets-PyTorch

3D ResNets for Action Recognition (CVPR 2018)
MIT License
3.91k stars 933 forks source link

Running video_jpg_ucf101_hmdb51.py gives error. UnicodeDecodeError: 'utf-8' can't decode byte 0x8c in position 3864: invalid start byte #184

Open shadsakib opened 4 years ago

shadsakib commented 4 years ago

I'm trying to train the model on hmdb51 dataset. I downloaded everything and ran utils/video_jpg_ucf101_hmdb51.py. After running for a while and converting some videos into jpgs it gives the following error: ``UnicodeDecodeError: 'utf-8' can't decode byte 0x8c in position 3864: invalid start byte

guilhermesurek commented 4 years ago

I ran the code python -m util_scripts.generate_video_jpgs avi_video_dir_path jpg_video_dir_path hmdb51 and it worked fine for me.

avi_video_dir_path - New folder I've created jpg_video_dir_path - Main folder with the videos unziped