Skip to content

Commit 0aff2cc

Browse files
committed
load weights
1 parent 158e470 commit 0aff2cc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

download_models.sh

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# load arcface
2+
wget -P ./arcface_model https://github.com/Danyache/sber-swap/releases/download/arcface/backbone.pth
3+
wget -P ./arcface_model https://github.com/Danyache/sber-swap/releases/download/arcface/iresnet.py
4+
5+
# load landmarks detector
6+
wget -P ./insightface_func/models/antelope https://github.com/Danyache/sber-swap/releases/download/antelope/glintr100.onnx
7+
wget -P ./insightface_func/models/antelope https://github.com/Danyache/sber-swap/releases/download/antelope/scrfd_10g_bnkps.onnx
8+
9+
# load model itself
10+
wget -P ./weights https://github.com/Danyache/sber-swap/releases/download/sber-swap-v1.0/G_0_035000_init_arch_arcface2.pth

0 commit comments

Comments
 (0)