Open ajuhbw opened 7 months ago
hi are you using the latest version (main
) of the library or one of the earlier commits?
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.
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?