ソースを参照

name yolox as yolov5_af

yjh0410 1 年間 前
コミット
c59784d343
1 ファイル変更1 行追加1 行削除
  1. 1 1
      config/yolov3_config.py

+ 1 - 1
config/yolov3_config.py

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