yjh0410 2 年之前
父节点
当前提交
d8ecacd884
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      config/model_config/yolox_config.py

+ 2 - 2
config/model_config/yolox_config.py

@@ -31,7 +31,7 @@ yolox_cfg = {
         'head_depthwise': False,
         # ---------------- Train config ----------------
         ## input
-        'multi_scale': [0.5, 1.5],   # 320 -> 960
+        'multi_scale': [0.5, 1.25],   # 320 -> 960
         'trans_type': 'yolox_nano',
         # ---------------- Assignment config ----------------
         ## matcher
@@ -75,7 +75,7 @@ yolox_cfg = {
         'head_depthwise': False,
         # ---------------- Train config ----------------
         ## input
-        'multi_scale': [0.5, 1.5],   # 320 -> 960
+        'multi_scale': [0.5, 1.25],   # 320 -> 960
         'trans_type': 'yolox_small',
         # ---------------- Assignment config ----------------
         ## matcher