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