未验证 提交 dfddd5a0 编写于 作者: K Kaipeng Deng 提交者: GitHub

fix yolo configs (#331)

上级 b2bbca33
......@@ -37,7 +37,7 @@ YOLOv3Head:
YOLOv3Loss:
batch_size: 8
ignore_thresh: 0.7
label_smooth: false
label_smooth: true
LearningRate:
base_lr: 0.001
......
......@@ -38,7 +38,7 @@ YOLOv3Head:
YOLOv3Loss:
batch_size: 8
ignore_thresh: 0.7
label_smooth: true
label_smooth: false
LearningRate:
base_lr: 0.001
......
......@@ -38,7 +38,7 @@ YOLOv3Head:
YOLOv3Loss:
batch_size: 8
ignore_thresh: 0.7
label_smooth: false
label_smooth: true
LearningRate:
base_lr: 0.001
......
......@@ -72,7 +72,6 @@ TrainReader:
EvalReader:
inputs_def:
image_shape: [3, 608, 608]
fields: ['image', 'im_size', 'im_id', 'gt_bbox', 'gt_class', 'is_difficult']
num_max_boxes: 50
dataset:
......
......@@ -40,7 +40,7 @@ YOLOv3Head:
YOLOv3Loss:
batch_size: 8
ignore_thresh: 0.7
label_smooth: false
label_smooth: true
LearningRate:
base_lr: 0.001
......
......@@ -74,7 +74,6 @@ TrainReader:
EvalReader:
inputs_def:
image_shape: [3, 608, 608]
fields: ['image', 'im_size', 'im_id', 'gt_bbox', 'gt_class', 'is_difficult']
num_max_boxes: 50
dataset:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册