You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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 withvideo_id
being null. These examples' source is "ours". Thecollect_real_video.py
then fails with:What to do about it?
Thanks,
Piotr
The text was updated successfully, but these errors were encountered: