gakkiri / SOLOv2-detectron2

Unofficial implementation for SOLOv2 instance segmentation
15 stars 3 forks source link

How can i change the dataset path? #5

Open morestart opened 2 years ago

morestart commented 2 years ago
DATASETS:
  TRAIN: ("coco_2017_train",)
  TEST: ("coco_2017_val",)

or change the coco ds to code root path?

i got this error: No such file or directory: 'datasets/coco/annotations/instances_train2017.json'