kenshohara / 3D-ResNets-PyTorch

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

UCF-101 - Convert from avi to jpg - estimated run time #232

Open deema-A opened 3 years ago

deema-A commented 3 years ago

python -m util_scripts.generate_video_jpgs avi_video_dir_path jpg_video_dir_path ucf101 This has taken me days, is it normal? thanks

guilhermesurek commented 3 years ago

with activitynet it took me a week.

titania7777 commented 3 years ago

i think that is not normal because in my case take a just few hours on my laptop

Purav-Zumkhawala commented 3 years ago

I agree with @titania7777 it took me only 3-4 hours to extract all the images from the UCF101 dataset. But I am using a GPU and that might be accelerating the program. UCF101 is a small dataset and it should not take days to extract the frames.

paden118 commented 2 years ago

I agree with @titania7777 it took me only 3-4 hours to extract all the images from the UCF101 dataset. But I am using a GPU and that might be accelerating the program. UCF101 is a small dataset and it should not take days to extract the frames.

I want to ask, I run the ucf101 Python script to convert JPG, but after running, only 46 directories have been converted. What's the matter?