yjh0410 2 лет назад
Родитель
Сommit
5eaf97c5c5
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      config/model_config/yolox_config.py

+ 3 - 3
config/model_config/yolox_config.py

@@ -31,7 +31,7 @@ yolox_cfg = {
         'head_depthwise': False,
         # ---------------- Train config ----------------
         ## input
-        'multi_scale': [0.5, 1.25],   # 320 -> 800
+        'multi_scale': [0.5, 1.5],   # 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.25],   # 320 -> 800
+        'multi_scale': [0.5, 1.5],   # 320 -> 960
         'trans_type': 'yolox_small',
         # ---------------- Assignment config ----------------
         ## matcher
@@ -119,7 +119,7 @@ yolox_cfg = {
         'head_depthwise': False,
         # ---------------- Train config ----------------
         ## input
-        'multi_scale': [0.5, 1.25],   # 320 -> 800
+        'multi_scale': [0.5, 1.5],   # 320 -> 960
         'trans_type': 'yolox_medium',
         # ---------------- Assignment config ----------------
         ## matcher