facebookresearch / pytorchvideo

A deep learning library for video understanding research.

Home Page:https://pytorchvideo.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RuntimeError: Failed to load video after 10 retries.

buhsratayyaba opened this issue · comments

🐛 Bugs / Unexpected behaviors

I am trying to load JHMDB dataset using pytorchvideo.data.inetics class as well as pytorchvideo.data.labeled video class. In either scenerio I am unable to create a dataloader or dataset. whenever i try to access the dataset, this issue arises. Following is the screenshot for the csv file and screenshot of error.

Capture
and the screenshot for problem is as follows:

Capture3

Help me in solving the issue.

commented

Hello, is your video also ending with avi?

Have you managed to solve it??