There are 4 subtask for the ovbench.
- ovbench_tao
- ovbench_coin
- ovbench_hirest
- ovbench_ava
Unlike the other 3 tasks which can find the corresponding videos on MCG-NJU/OVBench, there is no specific folder corresponding to ovbench_tao task.
Indeed, one can find the corresponding frames (not the video) across multiple folders, as an examples shown below
{
"fps": 30,
"middle_frame_timestamp": 12.0,
"question": "What direction do you think the person [0.64, 0.00, 1.00, 1.00] may move towards in the next second?",
"answer": "stationary",
"sub_answer_type": "FuturePrediction-1",
"image_file": "val/HACS/Spinning_v_8rhkybFaad4_scene_0_0-3734/frame0361.jpg",
"answer_type": "FuturePrediction",
"video": "Spinning_v_8rhkybFaad4_scene_0_0-3734",
"candidates": [
"stationary",
"below",
"right",
"left-top"
],
"start": 0.0,
"end": 12.0
},
but the code, as least it is right now, does not support loading video frames.
There is no place introducing how to run evaluation on this task and how the numbers from different subtasks are aggregated to get the results reported in the paper.
Could the authors help resolve this? Thx
There are 4 subtask for the ovbench.
Unlike the other 3 tasks which can find the corresponding videos on
MCG-NJU/OVBench, there is no specific folder corresponding toovbench_taotask.Indeed, one can find the corresponding frames (not the video) across multiple folders, as an examples shown below
but the code, as least it is right now, does not support loading video frames.
There is no place introducing how to run evaluation on this task and how the numbers from different subtasks are aggregated to get the results reported in the paper.
Could the authors help resolve this? Thx