3D-ResNets-PyTorch icon indicating copy to clipboard operation
3D-ResNets-PyTorch copied to clipboard

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

Open shadsakib opened this issue 5 years ago • 1 comments

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

shadsakib avatar Jan 19 '20 20:01 shadsakib

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

guilhermesurek avatar Apr 12 '20 19:04 guilhermesurek