We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dabbaea commit 1adb752Copy full SHA for 1adb752
download-weights.sh
@@ -0,0 +1,9 @@
1
+#!/bin/sh
2
+wget -P ./arcface_model https://github.com/neuralchen/SimSwap/releases/download/1.0/arcface_checkpoint.tar
3
+wget https://github.com/neuralchen/SimSwap/releases/download/1.0/checkpoints.zip
4
+unzip ./checkpoints.zip -d ./checkpoints
5
+rm checkpoints.zip
6
+wget --no-check-certificate "https://sh23tw.dm.files.1drv.com/y4mmGiIkNVigkSwOKDcV3nwMJulRGhbtHdkheehR5TArc52UjudUYNXAEvKCii2O5LAmzGCGK6IfleocxuDeoKxDZkNzDRSt4ZUlEt8GlSOpCXAFEkBwaZimtWGDRbpIGpb_pz9Nq5jATBQpezBS6G_UtspWTkgrXHHxhviV2nWy8APPx134zOZrUIbkSF6xnsqzs3uZ_SEX_m9Rey0ykpx9w" -O antelope.zip
7
+mkdir -p insightface_func/models
8
+unzip ./antelope.zip -d ./insightface_func/models/
9
+rm antelope.zip
0 commit comments