fix: coco_panoptic s3

master
Bingsu 2023-06-22 21:17:26 +09:00
parent ed32e3b0a9
commit 5b478d86c3
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
# dataset settings
dataset_type = "CocoPanopticDataset"
# data_root = 'data/coco/'
data_root = 'data/coco/'
# Example to use different file client
# Method 1: simply set the data root and let the file I/O module
# automatically infer from prefix (not support LMDB and Memcache yet)
data_root = "s3://openmmlab/datasets/detection/coco/"
# data_root = "s3://openmmlab/datasets/detection/coco/"
# Method 2: Use `backend_args`, `file_client_args` in versions before 3.0.0rc6
# backend_args = dict(