提交 80ba5a9b 编写于 作者: C Channingss

delete test code

上级 00533d50
...@@ -242,7 +242,7 @@ class YOLOv3: ...@@ -242,7 +242,7 @@ class YOLOv3:
nms_top_k=self.nms_topk, nms_top_k=self.nms_topk,
keep_top_k=self.nms_keep_topk, keep_top_k=self.nms_keep_topk,
nms_threshold=self.nms_iou_threshold, nms_threshold=self.nms_iou_threshold,
normalized=True, normalized=False,
nms_eta=1.0, nms_eta=1.0,
background_label=-1) background_label=-1)
return pred return pred
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册