Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Output file #0 does not contain any stream" #10

Closed
zsw111-zzz opened this issue May 17, 2023 · 2 comments
Closed

"Output file #0 does not contain any stream" #10

zsw111-zzz opened this issue May 17, 2023 · 2 comments

Comments

@zsw111-zzz
Copy link

Thank you for your excellent contribution, but I found some problems when running the code: When I processed the MSRVTT dataset through extract_frame_and_wav_multiprocess.py, when processing some videos, an error "Output file #0 does not contain any stream" appeared, In the end, all the pictures were successfully extracted for the MSRVTT dataset, but only 8811 audio files were extracted. Is this normal, maybe because some videos in the MSRVTT dataset have no audio? Looking forward to your response, thank you again for your contribution to the field of video retrieval!

@TXH-mercury
Copy link
Owner

Hi @zsw111-zzz , Yes, there other videos in MSRVTT dataset dosenot contain audios. In this scenario the audio mapper in data loader will simply return a full-zero tensor and foward into tri-modality training, which we emprically found better than the other solution that separately feed videos with audio tracks into tri-modality training and those w/o audios into dual-modality training.

@zsw111-zzz
Copy link
Author

Thank you very much for your reply. Once again, I applaud for your outstanding contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants