@@ -9,7 +9,7 @@ except:
# IN1K pretrained weight
pretrained_urls = {
's': "https://github.com/yjh0410/ICLab/releases/download/in1k_pretrained/gelan_s_in1k_68.4.pth",
- 'c': None,
+ 'c': "https://github.com/yjh0410/ICLab/releases/download/in1k_pretrained/gelan_c_in1k_76.7.pth",
}
# ---------------------------- Basic functions ----------------------------