fix model param downloading bug

This commit is contained in:
Liu Ziang
2021-07-20 00:05:10 +08:00
parent 6224dfb915
commit 4e7c555848
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -234,7 +234,8 @@
"\n",
"!wget -P ./arcface_model https://github.com/neuralchen/SimSwap/releases/download/1.0/arcface_checkpoint.tar\n",
"!wget https://github.com/neuralchen/SimSwap/releases/download/1.0/checkpoints.zip\n",
"!unzip ./checkpoints.zip -d ./checkpoints"
"!unzip ./checkpoints.zip -d ./checkpoints\n",
"!wget -P ./parsing_model/checkpoint https://github.com/neuralchen/SimSwap/releases/download/1.0/79999_iter.pth"
],
"execution_count": 5,
"outputs": [