فهرست منبع

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