소스 검색

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 ----------------