yjh0410 1 year ago
parent
commit
6eae44be61
1 changed files with 2 additions and 2 deletions
  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,