HoyerChou commited on
Commit
c8992e0
·
verified ·
1 Parent(s): b04a564

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ 【pytorch imagenet pretrained models - ResNet】
6
+ [https://pytorch.org/docs/stable/model_zoo.html#module-torch.utils.model_zoo]
7
+ https://s3.amazonaws.com/pytorch/models/resnet18-5c106cde.pth
8
+ https://s3.amazonaws.com/pytorch/models/resnet50-19c8e357.pth
9
+ https://s3.amazonaws.com/pytorch/models/resnet101-5d3b4d8f.pth
10
+ https://s3.amazonaws.com/pytorch/models/resnet152-b121ed2d.pth
11
+
12
+ 【pytorch imagenet pretrained models - HRNet】
13
+ [https://github.com/leoxiaobin/deep-high-resolution-net.pytorch?tab=readme-ov-file#installation]
14
+ hrnet_w32-36af842e.pth
15
+ hrnet_w48-8ef0771d.pth
16
+
17
+ 【caffe-style pretrained models】[optional]
18
+ [https://drive.google.com/drive/folders/1yJMSFOnmzwhA4YYQS71Uy7X1Kl_xq9fN]
19
+ resnet50-caffe.pth.tar
20
+ resnet101-caffe.pth.tar
21
+ resnet152-caffe.pth.tar
22
+
23
+ 【PoseDual (ResNet18) should load resnet18_5c_gluon_posedual】[optional]
24
+ [https://drive.google.com/drive/folders/1VxaLZK5D6mlgrq3Z_MZweITBHKrqaVGe]
25
+ resnet18_5c_f3_posedual.pth
26
+