浏览代码

debug RTMDet-style trans

yjh0410 2 年之前
父节点
当前提交
2efd2eb719
共有 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': 'yolox_large',
+        'trans_type': 'rtmdet_large',
         # ---------------- Assignment config ----------------
         ## Matcher
         'matcher': {'center_sampling_radius': 2.5,