소스 검색

train RTCDet-v2-L on COCO

yjh0410 2 년 전
부모
커밋
61cd0be224
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,