mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
4 lines
118 B
Python
4 lines
118 B
Python
|
dataset_type = 'CocoDataset'
|
||
|
data_root = '{{$DATASET:/data/coco/}}'
|
||
|
dataset = dict(ann_file=data_root + 'train.json')
|