yjh0410 1 year ago
parent
commit
c685c35f61
1 changed files with 6 additions and 6 deletions
  1. 6 6
      config/model_config/yolox_config.py

+ 6 - 6
config/model_config/yolox_config.py

@@ -30,7 +30,7 @@ yolox_cfg = {
         'head_depthwise': False,
         # ---------------- Train config ----------------
         ## input
-        'multi_scale': [0.7, 1.25],   # 448 -> 800
+        'multi_scale': [0.5, 1.25],   # 320 -> 800
         'trans_type': 'yolox_nano',
         # ---------------- Assignment config ----------------
         ## matcher
@@ -73,7 +73,7 @@ yolox_cfg = {
         'head_depthwise': False,
         # ---------------- Train config ----------------
         ## input
-        'multi_scale': [0.7, 1.25],   # 448 -> 800
+        'multi_scale': [0.5, 1.25],   # 320 -> 800
         'trans_type': 'yolox_nano',
         # ---------------- Assignment config ----------------
         ## matcher
@@ -116,7 +116,7 @@ yolox_cfg = {
         'head_depthwise': False,
         # ---------------- Train config ----------------
         ## input
-        'multi_scale': [0.7, 1.25],   # 448 -> 800
+        'multi_scale': [0.5, 1.25],   # 320 -> 800
         'trans_type': 'yolox_small',
         # ---------------- Assignment config ----------------
         ## matcher
@@ -159,7 +159,7 @@ yolox_cfg = {
         'head_depthwise': False,
         # ---------------- Train config ----------------
         ## input
-        'multi_scale': [0.7, 1.25],   # 448 -> 800
+        'multi_scale': [0.5, 1.25],   # 320 -> 800
         'trans_type': 'yolox_medium',
         # ---------------- Assignment config ----------------
         ## matcher
@@ -202,7 +202,7 @@ yolox_cfg = {
         'head_depthwise': False,
         # ---------------- Train config ----------------
         ## input
-        'multi_scale': [0.7, 1.25],   # 448 -> 800
+        'multi_scale': [0.5, 1.25],   # 320 -> 800
         'trans_type': 'yolox_large',
         # ---------------- Assignment config ----------------
         ## matcher
@@ -245,7 +245,7 @@ yolox_cfg = {
         'head_depthwise': False,
         # ---------------- Train config ----------------
         ## input
-        'multi_scale': [0.7, 1.25],   # 448 -> 800
+        'multi_scale': [0.5, 1.25],   # 320 -> 800
         'trans_type': 'yolox_huge',
         # ---------------- Assignment config ----------------
         ## matcher