tridivb / slowfast_feature_extractor

Feature Extractor module for videos using the PySlowFast framework
MIT License
77 stars 24 forks source link

inference halts after first video #15

Closed starsholic closed 3 years ago

starsholic commented 4 years ago

Describe the bug inference halts after first video, and i check the gpu utils, it shows 0%, seems program stop after first test.

To Reproduce Steps you followed while encountering the bug

Expected behavior A clear and concise description of what you expected to happen.

Screenshots/Code Output If applicable, add screenshots or code output to help explain your problem. image

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

starsholic commented 3 years ago

It is very strange that the first video inference fast but halt at processing second video

starsholic commented 3 years ago

After debug, I find that it is DATALOADER.NUM_WORKERS problem, I set it to 4 and it worked