yjh0410 1 년 전
부모
커밋
a331be8901
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 8 8
      config/model_config/rtcdet_config.py

+ 8 - 8
config/model_config/rtcdet_config.py

@@ -43,7 +43,7 @@ rtcdet_cfg = {
                      },
         # ---------------- Train config ----------------
         ## input
-        'multi_scale': [0.5, 1.5],   # 320 -> 960
+        'multi_scale': [0.5, 1.25],   # 320 -> 800
         'trans_type': 'yolov5_n',
         # ---------------- Assignment config ----------------
         ## Matcher
@@ -103,7 +103,7 @@ rtcdet_cfg = {
                      },
         # ---------------- Train config ----------------
         ## input
-        'multi_scale': [0.5, 1.5],   # 320 -> 960
+        'multi_scale': [0.5, 1.25],   # 320 -> 800
         'trans_type': 'yolov5_s',
         # ---------------- Assignment config ----------------
         ## Matcher
@@ -163,7 +163,7 @@ rtcdet_cfg = {
                      },
         # ---------------- Train config ----------------
         ## input
-        'multi_scale': [0.5, 1.5],   # 320 -> 960
+        'multi_scale': [0.5, 1.25],   # 320 -> 800
         'trans_type': 'yolov5_m',
         # ---------------- Assignment config ----------------
         ## Matcher
@@ -223,7 +223,7 @@ rtcdet_cfg = {
                      },
         # ---------------- Train config ----------------
         ## input
-        'multi_scale': [0.5, 1.5],   # 320 -> 960
+        'multi_scale': [0.5, 1.25],   # 320 -> 800
         'trans_type': 'yolov5_l',
         # ---------------- Assignment config ----------------
         ## Matcher
@@ -283,7 +283,7 @@ rtcdet_cfg = {
                      },
         # ---------------- Train config ----------------
         ## input
-        'multi_scale': [0.5, 1.5],   # 320 -> 960
+        'multi_scale': [0.5, 1.25],   # 320 -> 800
         'trans_type': 'yolov5_x',
         # ---------------- Assignment config ----------------
         ## Matcher
@@ -348,7 +348,7 @@ rtcdet_seg_cfg = {
                      },
         # ---------------- Train config ----------------
         ## input
-        'multi_scale': [0.5, 1.5],   # 320 -> 960
+        'multi_scale': [0.5, 1.25],   # 320 -> 800
         'trans_type': 'yolov5_n',
         # ---------------- Assignment config ----------------
         ## Matcher
@@ -412,7 +412,7 @@ rtcdet_pos_cfg = {
                      },
         # ---------------- Train config ----------------
         ## input
-        'multi_scale': [0.5, 1.5],   # 320 -> 960
+        'multi_scale': [0.5, 1.25],   # 320 -> 800
         'trans_type': 'yolov5_n',
         # ---------------- Assignment config ----------------
         ## Matcher
@@ -476,7 +476,7 @@ rtcdet_seg_pos_cfg = {
                      },
         # ---------------- Train config ----------------
         ## input
-        'multi_scale': [0.5, 1.5],   # 320 -> 960
+        'multi_scale': [0.5, 1.25],   # 320 -> 800
         'trans_type': 'yolov5_n',
         # ---------------- Assignment config ----------------
         ## Matcher