v-iashin / video_features

Extract video features from raw videos using multiple GPUs. We support RAFT flow frames as well as S3D, I3D, R(2+1)D, VGGish, CLIP, and TIMM models.
https://v-iashin.github.io/video_features
MIT License
501 stars 94 forks source link

Specified file not found error #126

Open ajuhbw opened 5 months ago

ajuhbw commented 5 months ago

Hi.

(video_features) D:\I3D_VGGish>python main.py --feature_type i3d --device_ids 0 --extraction_fps 25 --stack_size 24 --step_size 24 --file_with_video_paths ./sample/sample_video_paths.txt

When I ran this code and extracted features from the sample video, the following error occurred.

Extraction failed at: ./sample/v_ZNVhz7ctTq0.mp4. Continuing extraction

How do I solve this problem?

v-iashin commented 5 months ago

hi are you using the latest version (main) of the library or one of the earlier commits?

htowa commented 5 months ago

Hi.

(video_features) D:\I3D_VGGish>python main.py --feature_type i3d --device_ids 0 --extraction_fps 25 --stack_size 24 --step_size 24 --file_with_video_paths ./sample/sample_video_paths.txt

When I ran this code and extracted features from the sample video, the following error occurred.

Extraction failed at: ./sample/v_ZNVhz7ctTq0.mp4. Continuing extraction

How do I solve this problem?

It will work if you have the latest code.

https://github.com/v-iashin/video_features