소스 검색

train YOLOv5-AF-S

yjh0410 1 년 전
부모
커밋
2212d6974c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      yolo/config/yolov5_af_config.py
  2. 1 1
      yolo/config/yolov5_config.py

+ 1 - 1
yolo/config/yolov5_af_config.py

@@ -54,7 +54,7 @@ class Yolov5AFBaseConfig(object):
         self.val_conf_thresh = 0.001
         self.val_nms_thresh  = 0.7
         self.test_topk = 100
-        self.test_conf_thresh = 0.3
+        self.test_conf_thresh = 0.4
         self.test_nms_thresh  = 0.5
 
         # ---------------- Assignment config ----------------

+ 1 - 1
yolo/config/yolov5_config.py

@@ -57,7 +57,7 @@ class Yolov5BaseConfig(object):
         self.val_conf_thresh = 0.001
         self.val_nms_thresh  = 0.7
         self.test_topk = 100
-        self.test_conf_thresh = 0.3
+        self.test_conf_thresh = 0.4
         self.test_nms_thresh  = 0.5
 
         # ---------------- Assignment config ----------------