yjh0410 2 年之前
父節點
當前提交
a9bc32dbf8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config/model_config/yolovx_config.py

+ 1 - 1
config/model_config/yolovx_config.py

@@ -311,7 +311,7 @@ yolovx_cfg = {
         # ---------------- Train config ----------------
         ## Input
         'multi_scale': [0.5, 1.25],   # 320 -> 960
-        'trans_type': 'rtmdet_large',
+        'trans_type': 'yolox_large',
         # ---------------- Assignment config ----------------
         ## Matcher
         'matcher': {'center_sampling_radius': 2.5,