saicharan1234 commited on
Commit
66cabaa
·
verified ·
1 Parent(s): b8584fa

Delete minigpt4/configs/datasets

Browse files
minigpt4/configs/datasets/aokvqa/defaults.yaml DELETED
@@ -1,20 +0,0 @@
1
- # Copyright (c) 2022, salesforce.com, inc.
2
- # All rights reserved.
3
- # SPDX-License-Identifier: BSD-3-Clause
4
- # For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
5
-
6
- datasets:
7
- aok_vqa:
8
- # data_dir: ${env.data_dir}/datasets
9
- data_type: images # [images|videos|features]
10
-
11
- build_info:
12
- # Be careful not to append minus sign (-) before split to avoid itemizing
13
- annotations:
14
- train:
15
- url:
16
- - https://storage.googleapis.com/sfr-vision-language-research/LAVIS/datasets/aokvqa/aokvqa_v1p0_train.json
17
- storage:
18
- - /path/to/aokvqa_v1p0_train.json
19
- images:
20
- storage: /path/to/coco/images
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
minigpt4/configs/datasets/cc_sbu/align.yaml DELETED
@@ -1,5 +0,0 @@
1
- datasets:
2
- cc_sbu_align:
3
- data_type: images
4
- build_info:
5
- storage: /path/to/cc_sbu_align/
 
 
 
 
 
 
minigpt4/configs/datasets/cc_sbu/defaults.yaml DELETED
@@ -1,5 +0,0 @@
1
- datasets:
2
- cc_sbu:
3
- data_type: images
4
- build_info:
5
- storage: /path/to/cc_sbu_dataset/{00000..01255}.tar
 
 
 
 
 
 
minigpt4/configs/datasets/coco/caption.yaml DELETED
@@ -1,21 +0,0 @@
1
- # Copyright (c) 2022, salesforce.com, inc.
2
- # All rights reserved.
3
- # SPDX-License-Identifier: BSD-3-Clause
4
- # For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
5
-
6
- datasets:
7
- coco_caption: # name of the dataset builder
8
- # dataset_card: dataset_card/coco_caption.md
9
- # data_dir: ${env.data_dir}/datasets
10
- data_type: images # [images|videos|features]
11
-
12
- build_info:
13
- # Be careful not to append minus sign (-) before split to avoid itemizing
14
- annotations:
15
- train:
16
- url: https://storage.googleapis.com/sfr-vision-language-research/datasets/coco_karpathy_train.json
17
- md5: aa31ac474cf6250ebb81d18348a07ed8
18
- storage: /path/to/coco_caption/coco_karpathy_train.json
19
- images:
20
- storage: /path/to/coco/images
21
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
minigpt4/configs/datasets/coco/defaults_vqa.yaml DELETED
@@ -1,24 +0,0 @@
1
- # Copyright (c) 2022, salesforce.com, inc.
2
- # All rights reserved.
3
- # SPDX-License-Identifier: BSD-3-Clause
4
- # For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
5
-
6
- datasets:
7
- coco_vqa:
8
- # data_dir: ${env.data_dir}/datasets
9
- data_type: images # [images|videos|features]
10
-
11
- build_info:
12
-
13
- annotations:
14
- train:
15
- url:
16
- - https://storage.googleapis.com/sfr-vision-language-research/LAVIS/datasets/vqav2/vqa_train.json
17
- - https://storage.googleapis.com/sfr-vision-language-research/LAVIS/datasets/vqav2/vqa_val.json
18
- storage:
19
- - /path/to/vqav2/vqa_train.json
20
- - /path/to/vqav2/vqa_val.json
21
- images:
22
- storage: /path/to/coco/images
23
-
24
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
minigpt4/configs/datasets/coco_bbox/invrefcoco.yaml DELETED
@@ -1,8 +0,0 @@
1
- datasets:
2
- invrefcoco:
3
- data_type: images
4
- build_info:
5
- image_path: /path/to/coco/images
6
- ann_path: /path/to/refcoco_annotations
7
- dataset: invrefcoco
8
- splitBy: unc
 
 
 
 
 
 
 
 
 
minigpt4/configs/datasets/coco_bbox/invrefcocog.yaml DELETED
@@ -1,8 +0,0 @@
1
- datasets:
2
- invrefcocog:
3
- data_type: images
4
- build_info:
5
- image_path: /path/to/coco/images
6
- ann_path: /path/to/refcoco_annotations
7
- dataset: invrefcocog
8
- splitBy: umd
 
 
 
 
 
 
 
 
 
minigpt4/configs/datasets/coco_bbox/invrefcocop.yaml DELETED
@@ -1,8 +0,0 @@
1
- datasets:
2
- invrefcocop:
3
- data_type: images
4
- build_info:
5
- image_path: /path/to/coco/images
6
- ann_path: /path/to/refcoco_annotations
7
- dataset: invrefcoco+
8
- splitBy: unc
 
 
 
 
 
 
 
 
 
minigpt4/configs/datasets/coco_bbox/refcoco.yaml DELETED
@@ -1,8 +0,0 @@
1
- datasets:
2
- refcoco:
3
- data_type: images
4
- build_info:
5
- image_path: /path/to/coco/images
6
- ann_path: /path/to/refcoco_annotations
7
- dataset: refcoco
8
- splitBy: unc
 
 
 
 
 
 
 
 
 
minigpt4/configs/datasets/coco_bbox/refcocog.yaml DELETED
@@ -1,8 +0,0 @@
1
- datasets:
2
- refcocog:
3
- data_type: images
4
- build_info:
5
- image_path: /path/to/coco/images
6
- ann_path: /path/to/refcoco_annotations
7
- dataset: refcocog
8
- splitBy: umd
 
 
 
 
 
 
 
 
 
minigpt4/configs/datasets/coco_bbox/refcocop.yaml DELETED
@@ -1,8 +0,0 @@
1
- datasets:
2
- refcocop:
3
- data_type: images
4
- build_info:
5
- image_path: /path/to/coco/images
6
- ann_path: /path/to/refcoco_annotations
7
- dataset: refcoco+
8
- splitBy: unc
 
 
 
 
 
 
 
 
 
minigpt4/configs/datasets/flickr/caption_to_phrase.yaml DELETED
@@ -1,6 +0,0 @@
1
- datasets:
2
- flickr_CaptionToPhrase:
3
- data_type: images
4
- build_info:
5
- image_path: /path/to/filtered_flikcr/images
6
- ann_path: /path/to/filtered_flickr/captiontobbox.json
 
 
 
 
 
 
 
minigpt4/configs/datasets/flickr/default.yaml DELETED
@@ -1,6 +0,0 @@
1
- datasets:
2
- flickr_grounded_caption:
3
- data_type: images
4
- build_info:
5
- image_path: /path/to/filtered_flikcr/images
6
- ann_path: /path/to/filtered_flikcr/groundedcaption.json
 
 
 
 
 
 
 
minigpt4/configs/datasets/flickr/object_to_phrase.yaml DELETED
@@ -1,6 +0,0 @@
1
- datasets:
2
- flickr_ObjectToPhrase:
3
- data_type: images
4
- build_info:
5
- image_path: /path/to/filtered_flikcr/images
6
- ann_path: /path/to/filtered_flikcr/phrasetobbox.json
 
 
 
 
 
 
 
minigpt4/configs/datasets/gqa/balanced_val.yaml DELETED
@@ -1,21 +0,0 @@
1
- # Copyright (c) 2022, salesforce.com, inc.
2
- # All rights reserved.
3
- # SPDX-License-Identifier: BSD-3-Clause
4
- # For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
5
-
6
- datasets:
7
- gqa:
8
- # data_dir: ${env.data_dir}/datasets
9
- data_type: images # [images|videos|features]
10
-
11
- build_info:
12
- # Be careful not to append minus sign (-) before split to avoid itemizing
13
- annotations:
14
- train:
15
- url:
16
- - https://storage.googleapis.com/sfr-vision-language-research/LAVIS/datasets/gqa/train_balanced_questions.json
17
- storage:
18
- - /path/to/gqa/train_balanced_questions.json
19
-
20
- images:
21
- storage: /path/to/gqa/images
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
minigpt4/configs/datasets/laion/defaults.yaml DELETED
@@ -1,5 +0,0 @@
1
- datasets:
2
- laion:
3
- data_type: images
4
- build_info:
5
- storage: /path/to/laion_dataset/{00000..10488}.tar
 
 
 
 
 
 
minigpt4/configs/datasets/llava/conversation.yaml DELETED
@@ -1,7 +0,0 @@
1
- datasets:
2
-
3
- llava_conversation:
4
- data_type: images
5
- build_info:
6
- image_path: /path/to/coco/images
7
- ann_path: /path/to/llava/conversation_58k.json
 
 
 
 
 
 
 
 
minigpt4/configs/datasets/llava/detail.yaml DELETED
@@ -1,6 +0,0 @@
1
- datasets:
2
- llava_detail:
3
- data_type: images
4
- build_info:
5
- image_path: /path/to/coco/images
6
- ann_path: /path/to/llava/detail_23k.json
 
 
 
 
 
 
 
minigpt4/configs/datasets/llava/reason.yaml DELETED
@@ -1,7 +0,0 @@
1
- datasets:
2
-
3
- llava_reason:
4
- data_type: images
5
- build_info:
6
- image_path: /path/to/coco/images
7
- ann_path: /path/to/llava/complex_reasoning_77k.json
 
 
 
 
 
 
 
 
minigpt4/configs/datasets/multitask_conversation/default.yaml DELETED
@@ -1,7 +0,0 @@
1
- datasets:
2
- multitask_conversation:
3
- data_type: images
4
- build_info:
5
-
6
- image_path: /path/to/coco/images
7
- ann_path: /path/to/multitask_conversation/multi_task_conversation.json
 
 
 
 
 
 
 
 
minigpt4/configs/datasets/nlp/unnatural_instruction.yaml DELETED
@@ -1,5 +0,0 @@
1
- datasets:
2
- unnatural_instruction:
3
- data_type: text
4
- build_info:
5
- ann_path: /path/to/unnatural_instructions/filtered_unnatural_instruction.json
 
 
 
 
 
 
minigpt4/configs/datasets/ocrvqa/ocrvqa.yaml DELETED
@@ -1,6 +0,0 @@
1
- datasets:
2
- ocrvqa:
3
- data_type: images
4
- build_info:
5
- image_path: /path/to/ocrvqa/images
6
- ann_path: /path/to/ocrvqa/dataset.json
 
 
 
 
 
 
 
minigpt4/configs/datasets/okvqa/defaults.yaml DELETED
@@ -1,21 +0,0 @@
1
- # Copyright (c) 2022, salesforce.com, inc.
2
- # All rights reserved.
3
- # SPDX-License-Identifier: BSD-3-Clause
4
- # For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
5
-
6
- datasets:
7
- ok_vqa:
8
- # data_dir: ${env.data_dir}/datasets
9
- data_type: images # [images|videos|features]
10
-
11
- build_info:
12
- # Be careful not to append minus sign (-) before split to avoid itemizing
13
- annotations:
14
- train:
15
- url:
16
- # TODO make this order insensitive
17
- - https://storage.googleapis.com/sfr-vision-language-research/LAVIS/datasets/okvqa/okvqa_train.json
18
- storage:
19
- - /path/to/okvqa/okvqa_train.json
20
- images:
21
- storage: /path/to/coco/images
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
minigpt4/configs/datasets/textcaps/caption.yaml DELETED
@@ -1,9 +0,0 @@
1
- datasets:
2
- textcaps_caption:
3
- data_type: images
4
-
5
- build_info:
6
- image_path: /path/to/textcaps/train_images
7
- ann_path: /path/to/textcaps/TextCaps_0.1_train.json
8
-
9
-
 
 
 
 
 
 
 
 
 
 
minigpt4/configs/datasets/vg/ref.yaml DELETED
@@ -1,5 +0,0 @@
1
- datasets:
2
- refvg:
3
- data_type: images
4
- build_info:
5
- data_dir: /path/to/visual_genome