a b/lavis/configs/datasets/nocaps/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
  nocaps: # name of the dataset builder
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
        val:
15
          url: https://storage.googleapis.com/sfr-vision-language-research/datasets/nocaps_val.json
16
          storage:  nocaps/annotations/nocaps_val.json
17
        test:
18
          url: https://storage.googleapis.com/sfr-vision-language-research/datasets/nocaps_test.json
19
          storage: nocaps/annotations/nocaps_test.json
20
      images:
21
        storage: nocaps/images
22
        # storage: /export/share/datasets/vision/nocaps/