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

video_id is null error in collect_real_video.py #3

Open
piojanu opened this issue Mar 19, 2025 · 2 comments
Open

video_id is null error in collect_real_video.py #3

piojanu opened this issue Mar 19, 2025 · 2 comments

Comments

@piojanu
Copy link

piojanu commented Mar 19, 2025

Hi!

When downloading the dataset following your guide I've stumbled upon a problem that in the fetv_data.json you have a bunch of examples with video_id being null. These examples' source is "ours". The collect_real_video.py then fails with:

Traceback (most recent call last):
  File "/home/pjanuszewski/Workspace/FETV-EVAL/utils/collect_real_video.py", line 61, in <module>
    download(url_map[video_id], output_file)
KeyError: 'None'

What to do about it?

Thanks,
Piotr

@piojanu
Copy link
Author

piojanu commented Mar 19, 2025

Another one, there is no MSR-VTT video with video id: video9511_1.

@llyx97
Copy link
Owner

llyx97 commented Apr 4, 2025

Hi Piotr,

Thanks for your attention to our work.

The examples in fetv_data.json with video_id=null contain only model-generated videos and do not include real videos. The MSR-VTT video with video_id=video951_1 was obtained after processing via the script utils/cut_video.py.

For convenience, we have provided the processed real video for direct download here, and you can directly download them.

Best regards,
Yuanxin

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