yjh0410 1 سال پیش
والد
کامیت
6eae44be61
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      config/model_config/ctrnet_config.py

+ 2 - 2
config/model_config/ctrnet_config.py

@@ -29,8 +29,8 @@ ctrnet_cfg = {
         'dec_depthwise': False,
         ## Head
         'head': 'decoupled_head',
-        'num_cls_head': 4,
-        'num_reg_head': 4,
+        'num_cls_head': 2,
+        'num_reg_head': 2,
         'head_act': 'silu',
         'head_norm': 'BN',
         'head_depthwise': False,