Browse Source

still designing RTCDet-v2 ...

yjh0410 2 years ago
parent
commit
abec251690
1 changed files with 2 additions and 2 deletions
  1. 2 2
      models/detectors/rtcdet_v2/rtcdet_v2_backbone.py

+ 2 - 2
models/detectors/rtcdet_v2/rtcdet_v2_backbone.py

@@ -8,8 +8,8 @@ except:
 
 
 model_urls = {
-    'mcnet_p': "https://github.com/yjh0410/image_classification_pytorch/releases/download/weight/mcnet_pico.pth",
-    'mcnet_n': "https://github.com/yjh0410/image_classification_pytorch/releases/download/weight/mcnet_nano.pth",
+    'mcnet_p': None,
+    'mcnet_n': None,
     'mcnet_t': None,
     'mcnet_s': None,
     'mcnet_m': None,