Explorar el Código

modify yolof config

yjh0410 hace 1 año
padre
commit
8e1e2f3254
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 ----------------