kenshohara / 3D-ResNets-PyTorch

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

Error after running `video_jpg_ucf101_hmdb51.py:UnicodeDecodeError: 'utf-8' can't decode byte 0x8c in position 3864: invalid start byte #183

Closed shadsakib closed 4 years ago

shadsakib commented 4 years ago

I'm trying to train the model on hmdb101 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

Deepanshu-beep commented 3 years ago

Hey, @shadsakib did you find out what's causing the issue?