fix: coco_panoptic s3
parent
ed32e3b0a9
commit
5b478d86c3
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue