瀏覽代碼

modify yolof config

yjh0410 1 年之前
父節點
當前提交
8e1e2f3254
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      yolo/config/fcos_config.py

+ 1 - 1
yolo/config/fcos_config.py

@@ -27,7 +27,7 @@ class FcosBaseConfig(object):
         self.val_conf_thresh = 0.05
         self.val_nms_thresh  = 0.6
         self.test_topk = 100
-        self.test_conf_thresh = 0.3
+        self.test_conf_thresh = 0.45
         self.test_nms_thresh  = 0.45
 
         # ---------------- Assignment config ----------------