Browse Source

train RTCDet-v2-L on COCO

yjh0410 2 years ago
parent
commit
61cd0be224
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/model_config/rtcdet_v2_config.py

+ 1 - 1
config/model_config/rtcdet_v2_config.py

@@ -65,7 +65,7 @@ rtcdet_v2_cfg = {
         # ---------------- Model config ----------------
         ## Backbone
         'backbone': 'mcnet',
-        'pretrained': True,
+        'pretrained': False,
         'bk_act': 'silu',
         'bk_norm': 'BN',
         'bk_depthwise': False,