Browse Source

name yolox as yolov5_af

yjh0410 1 year ago
parent
commit
c59784d343
1 changed files with 1 additions and 1 deletions
  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 ----------------