kenshohara / 3D-ResNets-PyTorch

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

avi failed to generate jpg #236

Closed N00k0428 closed 3 years ago

N00k0428 commented 3 years ago

python -m generate_video_jpgs "D:\opt\mp4" "D:\opt\jpg" activitynet no result and is no error message. I unzip UCF101.rar to D:\opt\mp4.

How should I solve the problem? Thinks!

guilhermesurek commented 3 years ago

Hi. I think you should use this way: python -m util_scripts.generate_video_jpgs D:\opt\mp4 D:\opt\jpg ucf101 Are you running UCF101 or ActivityNet? Check if you are running from the root, main.py should be visible.