File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,9 @@ def blob_exist(bucket_name, blob_name):
7878 'deeplabv3_resnet101_coco' : 'https://download.pytorch.org/models/deeplabv3_resnet101_coco-586e9e4e.pth' ,
7979 'casia-webface' : 'https://github.com/timesler/facenet-pytorch/releases/download/v2.2.9/20180408-102900-casia-webface.pt' ,
8080 'vggface2' : 'https://github.com/timesler/facenet-pytorch/releases/download/v2.2.9/20180402-114759-vggface2.pt' ,
81+ 'facenet_onet' : 'https://raw.githubusercontent.com/timesler/facenet-pytorch/refs/heads/master/data/onet.pt' ,
82+ 'facenet_pnet' : 'https://raw.githubusercontent.com/timesler/facenet-pytorch/refs/heads/master/data/pnet.pt' ,
83+ 'facenet_rnet' : 'https://raw.githubusercontent.com/timesler/facenet-pytorch/refs/heads/master/data/rnet.pt' ,
8184 'efficientnet_b0' : 'https://download.pytorch.org/models/efficientnet_b0_rwightman-3dd342df.pth' ,
8285 'efficientnet_b1' : 'https://download.pytorch.org/models/efficientnet_b1-c27df63c.pth' , # IMAGENET1K_V2
8386 'efficientnet_b2' : 'https://download.pytorch.org/models/efficientnet_b2_rwightman-bcdf34b7.pth' ,
You can’t perform that action at this time.
0 commit comments