Jelajahi Sumber

train YOLOX-S with IN-1K pretrained weight

yjh0410 1 tahun lalu
induk
melakukan
47c0aa4eaf
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      models/detectors/yolox/yolox_backbone.py

+ 2 - 2
models/detectors/yolox/yolox_backbone.py

@@ -11,8 +11,8 @@ except:
 
 # ImageNet-1K pretrained weight
 model_urls = {
-    "cspdarknet_n": "https://github.com/yjh0410/image_classification_pytorch/releases/download/weight/cspdarknet_n.pth",
-    "cspdarknet_s": "https://github.com/yjh0410/image_classification_pytorch/releases/download/weight/cspdarknet_s.pth",
+    "cspdarknet_n": "https://github.com/yjh0410/image_classification_pytorch/releases/download/weight/cspdarknet_nano.pth",
+    "cspdarknet_s": "https://github.com/yjh0410/image_classification_pytorch/releases/download/weight/cspdarknet_small.pth",
     "cspdarknet_m": None,  # For Medium-level, it is not necessary to load pretrained weight.
     "cspdarknet_l": None,  # For Large-level,  it is not necessary to load pretrained weight.
     "cspdarknet_x": None,  # For Huge-level,   it is not necessary to load pretrained weight.