maudzung / TTNet-Real-time-Analysis-System-for-Table-Tennis-Pytorch

Unofficial implementation of "TTNet: Real-time temporal and spatial video analysis of table tennis" (CVPR 2020)
https://arxiv.org/pdf/2004.09927.pdf
602 stars 159 forks source link

tj decompression header(): invalid argument and Caught OSError in DataLoader worker process 0 error #20

Open akarshbm007 opened 3 years ago

akarshbm007 commented 3 years ago

Getting error while running this command --- python main.py --gpu_idx 0

Please help me resolving this, I have attached screenshot of that.

Screenshot 2021-11-04 165911

julestalloen commented 2 years ago

I had the exact same error. For me it was caused by a corrupted image. I logged the path of the image it crashed on and checked its byte size. The image was 0 bytes. I then removed all images from the corresponding game and executed the frame extraction scripts from the dataset preparation section again.