Thanks for the great work!
I was performing validation on LongVideoReason-eval benchmark and kept encountering problems with the source videos.
0t5uYYGT_r8.mp4 cannot be decoded successfully by DECORD.
477_2.webm errors out at frame 4 when setting export DECORD_EOF_RETRY_MAX=20480.
FYI, I use process_vision_info from qwen_vl_utils to extract the frames with the default settings. What might be the causes and are there any workarounds? Currently, I manually filter out records concerning these two videos.
Thanks for the great work!
I was performing validation on
LongVideoReason-evalbenchmark and kept encountering problems with the source videos.0t5uYYGT_r8.mp4cannot be decoded successfully by DECORD.477_2.webmerrors out at frame 4 when settingexport DECORD_EOF_RETRY_MAX=20480.FYI, I use
process_vision_infofromqwen_vl_utilsto extract the frames with the default settings. What might be the causes and are there any workarounds? Currently, I manually filter out records concerning these two videos.