提交 af4aa1aa 编写于 作者: L LDOUBLEV

fix postprocess

上级 235898cd
...@@ -116,15 +116,22 @@ Optimizer: ...@@ -116,15 +116,22 @@ Optimizer:
regularizer: regularizer:
name: L2 name: L2
factor: 5.0e-05 factor: 5.0e-05
PostProcess: PostProcess:
name: DBPostProcess name: DistillationDBPostProcess
model_name: ["Student"]
key: head_out
thresh: 0.3 thresh: 0.3
box_thresh: 0.6 box_thresh: 0.6
max_candidates: 1000 max_candidates: 1000
unclip_ratio: 1.5 unclip_ratio: 1.5
Metric: Metric:
name: DetMetric name: DistillationMetric
base_metric_name: DetMetric
main_indicator: hmean main_indicator: hmean
key: "Student"
Train: Train:
dataset: dataset:
name: SimpleDataSet name: SimpleDataSet
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册