Jelajahi Sumber

modify yolof config

yjh0410 1 tahun lalu
induk
melakukan
8e1e2f3254
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 ----------------