未验证 提交 4d096b4f 编写于 作者: Q qingqing01 提交者: GitHub

Remove is_difficult field in SSD config for COCO dataset (#221)

上级 f6d414d2
......@@ -100,7 +100,7 @@ TrainReader:
EvalReader:
inputs_def:
image_shape: [3, 300, 300]
fields: ['image', 'gt_bbox', 'gt_class', 'im_shape', 'im_id', 'is_difficult']
fields: ['image', 'gt_bbox', 'gt_class', 'im_shape', 'im_id']
dataset:
!COCODataSet
image_dir: val2017
......
......@@ -102,7 +102,7 @@ TrainReader:
EvalReader:
inputs_def:
image_shape: [3,512,512]
fields: ['image', 'gt_bbox', 'gt_class', 'im_shape', 'im_id', 'is_difficult']
fields: ['image', 'gt_bbox', 'gt_class', 'im_shape', 'im_id']
dataset:
!COCODataSet
image_dir: val2017
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册