spine_coco.yml 528 字节
Newer Older
1 2 3 4 5 6 7 8
metric: RBOX
num_classes: 9

TrainDataset:
  !COCODataSet
    image_dir: images
    anno_path: annotations/train.json
    dataset_dir: dataset/spine_coco
W
wangxinxin08 已提交
9
    data_fields: ['image', 'gt_bbox', 'gt_class', 'is_crowd', 'gt_poly']
10 11 12 13 14 15

EvalDataset:
  !COCODataSet
    image_dir: images
    anno_path: annotations/valid.json
    dataset_dir: dataset/spine_coco
W
wangxinxin08 已提交
16
    data_fields: ['image', 'gt_bbox', 'gt_class', 'is_crowd', 'gt_poly']
17 18 19 20 21

TestDataset:
  !ImageFolder
    anno_path: annotations/valid.json
    dataset_dir: dataset/spine_coco