|
a |
|
b/lavis/configs/datasets/gqa/defaults.yaml |
|
|
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 |
- /export/share/datasets/vision/GQA/questions1.2/train_all_questions/train_all_questions_0.json |
|
|
17 |
- /export/share/datasets/vision/GQA/questions1.2/val_all_questions.json |
|
|
18 |
storage: |
|
|
19 |
- gqa/annotations/train_all_questions_0.json |
|
|
20 |
- gqa/annotations/val_all_questions.json |
|
|
21 |
val: |
|
|
22 |
url: |
|
|
23 |
- https://storage.googleapis.com/sfr-vision-language-research/LAVIS/datasets/aokvqa/aokvqa_v1p0_val.json |
|
|
24 |
- https://storage.googleapis.com/sfr-vision-language-research/LAVIS/datasets/aokvqa/large_vocab_train_lavis.json |
|
|
25 |
storage: |
|
|
26 |
- aokvqa/annotations/aokvqa_v1p0_val.json |
|
|
27 |
- aokvqa/annotations/large_vocab_train_lavis.json |
|
|
28 |
test: |
|
|
29 |
url: |
|
|
30 |
- https://storage.googleapis.com/sfr-vision-language-research/LAVIS/datasets/aokvqa/aokvqa_v1p0_test.json |
|
|
31 |
- https://storage.googleapis.com/sfr-vision-language-research/LAVIS/datasets/aokvqa/large_vocab_train_lavis.json |
|
|
32 |
storage: |
|
|
33 |
- aokvqa/annotations/aokvqa_v1p0_test.json |
|
|
34 |
- aokvqa/annotations/large_vocab_train_lavis.json |
|
|
35 |
images: |
|
|
36 |
storage: gqa/images/ |