We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158e470 commit 0aff2ccCopy full SHA for 0aff2cc
download_models.sh
@@ -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