Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 2.08 KB

dataset.md

File metadata and controls

42 lines (36 loc) · 2.08 KB

Data Preparation

  1. Download the HICO dataset from here and extract it to ./assets/data/hico

  2. Download our customized HICO annotations from here and extract them to ./assets/data/hico/hico_20160224_det

  3. Download the images of GQA from here and extract them to ./assets/data/gqa

  4. Download our customized GQA annotations and meta files from here and extract them to ./assets/data/gqa

  5. Download the pretrained vision backbones and other files from here and extract them to ./cache

  6. The file structure should look like

    data
    ├── gqa
    │   ├── dicts.json
    │   ├── gqa_dic.pkl
    │   ├── images
    │   └── raw
    │       └── questions1.2
    │           ├── test_balanced_questions.json
    │           ├── testdev_balanced_questions.json
    │           ├── train_balanced_concepts.json
    │           ├── train_balanced_questions.json
    │           ├── train_sys_reduced_concepts.json
    │           ├── train_sys_reduced_questions.json
    │           ├── val_balanced_questions.json
    │           └── val_sys_reduced_questions.json
    └── hico
        └── hico_20160224_det
            ├── images
            │   ├── test2015
            │   └── train2015
            ├── instances_test2015.json
            ├── instances_train2015.json
            ├── sys_vcl_nonrare_instances_test2015.json
            ├── sys_vcl_nonrare_instances_train2015.json
            ├── sys_vcl_rare_instances_test2015.json
            └── sys_vcl_rare_instances_train2015.json