Skip to content

Latest commit

 

History

History
52 lines (45 loc) · 2.59 KB

dataset.md

File metadata and controls

52 lines (45 loc) · 2.59 KB

Dataset Preparation

Data Size
osprey_short_form.json 57 MB
osprey_conversation.json 106 MB
osprey_detail_description.json 63.4 MB
osprey_part_level.json 153 MB
osprey_lvis_positive_negative.json 140 MB

After downloading all of them, organize the data as follows in ./data,

├── coco
│   ├── annotations
│   │   └── instances_train2017.json
│   └── imgs
├── part data
│   ├── pascal_part
│   │   ├── train.json
│   │   └── VOCdevkit
│   └── partImagenet
│       ├── train_format.json
│       └── train
├── refcocos
│   ├── finetune_refcoco_train_with_mask.json
│   └── finetune_refcoco+_train_with_mask.json
├── Osprey-724K
│   ├── osprey_short_form.json
│   ├── osprey_conversation.json
│   ├── osprey_detail_description.json
│   ├── osprey_part_level.json
│   └── osprey_lvis_positive_negative.json
├── vg
│   ├── vg_train_with_mask.json
│   └── image
└── vcr
    ├── train.jsonl
    └── vcr1images