未验证 提交 d41b085d 编写于 作者: F Feng Ni 提交者: GitHub

fix static ssd cfgs (#4784)

上级 cdd750a4
......@@ -62,8 +62,8 @@ TrainReader:
fields: ['image', 'gt_bbox', 'gt_class']
dataset:
!COCODataSet
image_dir: val2017
anno_path: annotations/instances_val2017.json
image_dir: train2017
anno_path: annotations/instances_train2017.json
dataset_dir: dataset/coco
sample_transforms:
- !DecodeImage
......
......@@ -64,8 +64,8 @@ TrainReader:
fields: ['image', 'gt_bbox', 'gt_class']
dataset:
!COCODataSet
image_dir: val2017
anno_path: annotations/instances_val2017.json
image_dir: train2017
anno_path: annotations/instances_train2017.json
dataset_dir: dataset/coco
sample_transforms:
- !DecodeImage
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册