a b/lavis/configs/datasets/nlvr/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
  nlvr:
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: https://storage.googleapis.com/sfr-vision-language-research/LAVIS/datasets/nlvr/nlvr_train.json
16
          storage: nlvr/annotations/train.json
17
        val:
18
          url: https://storage.googleapis.com/sfr-vision-language-research/LAVIS/datasets/nlvr/nlvr_dev.json
19
          storage: nlvr/annotations/dev.json
20
        test:
21
          url: https://storage.googleapis.com/sfr-vision-language-research/LAVIS/datasets/nlvr/nlvr_dev.json
22
          storage: nlvr/annotations/test.json
23
      images:
24
          storage: /export/share/datasets/vision/NLVR2/