Switch to unified view

a b/lavis/configs/datasets/flickr30k/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
  flickr30k:
8
    # data_dir: ${env.data_dir}/datasets
9
    data_type: images
10
11
    build_info:
12
      annotations:
13
        train:
14
          url: https://storage.googleapis.com/sfr-vision-language-research/datasets/flickr30k_train.json
15
          storage: flickr30k/annotations/train.json
16
        val:
17
          url: https://storage.googleapis.com/sfr-vision-language-research/datasets/flickr30k_val.json
18
          storage: flickr30k/annotations/val.json
19
        test:
20
          url: https://storage.googleapis.com/sfr-vision-language-research/datasets/flickr30k_test.json
21
          storage: flickr30k/annotations/test.json
22
      images:
23
          storage: flickr30k/images
24
          # storage: /export/share/datasets/vision/flickr30k