Missing datapaths in images/ folder
#2
by KKNakka - opened
the occlusion awareness task has missing data
an example for jsonl file:
{"question_id": "1fa387d8-e4a3-4727-8ce6-de5a5ebb95c4", "question_type": "occlusion_awareness", "question": "Given this video sequence, are there any objects occluded in the final frame? What are they?\n\nVideo sequence: <video>\n\nOptions:\n(A) Object-66, Object-150\n(B) Object-66, Object-161, Object-51\n(C) Object-153\n(D) Object-3, Object-66, Object-161", "options": ["Object-66, Object-150", "Object-66, Object-161, Object-51", "Object-153", "Object-3, Object-66, Object-161"], "correct_answer": 1, "videos": ["images/occlusion_awareness/1fa387d8-e4a3-4727-8ce6-de5a5ebb95c4"], "frame_paths": ["frame_0000_record_40746.jpg", "frame_0001_record_40747.jpg", "frame_0002_record_40748.jpg", "frame_0003_record_40749.jpg", "frame_0004_record_40750.jpg", "frame_0005_record_40751.jpg"]}
for example, the folder, "occlusion_awareness/1fa387d8-e4a3-4727-8ce6-de5a5ebb95c4" is not part of the zip. Can you please double check.
there are missing data count: {'distance': 24, 'direction': 19, 'event_ordering': 250, 'occlusion_awareness': 300})