The dataset consists of the following five files:
ego4d-test.json
: Test set QA Pairs in HOI-QA from the Ego4D datasetego4d-train.json
: Train set QA Pairs in HOI-QA from the Ego4D datasetepic-kitchens-train.json
: Train set QA Pairs in HOI-QA from the EPIC-Kitchens datasetepic-test.json
: Test set QA Pairs in HOI-QA from the VISOR portion of the EPIC-Kitchens datasetepic-visor-test.json
: Test set QA Pairs in HOI-QA from the EPIC-Kitchens dataset
Download these files form this dropbox link and save them in hoiqa_dataset
directory (where this README lives).
Refer to the paper for the details on how the question answer pairs were created.
There are these two files to help assist frame extraction:
ego4d-clip-ids.json
: Clip ids of the videos from Ego4D used in the HOI-QA dataset.epic-video-ids.json
: Video id of the videos from EPIC-Kitchens used in the HOI-QA dataset.
Using the above two files, download the videos from EPIC-Kitchens and Ego4D. Extract the frames for Ego4D in Ego4D/v2/frames/{clip_uid}/frame_{frame_number}.jpg
and for EPIC-Kitchens in EPIC_Kitchens/frames/{video_id}/frame_{frame_number}.jpg
.
Note that the questions for the test datasets (epic-test.json
and ego4d-test.json
) are created on the fly by the test data loaders (for example, EPICEvalDataRef and EPICEvalDataIDEN).