소스 검색

fix model param downloading bug

Liu Ziang 3 년 전
부모
커밋
4e7c555848
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      MultiSpecific.ipynb
  2. 2 1
      SimSwap colab.ipynb

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
MultiSpecific.ipynb


+ 2 - 1
SimSwap colab.ipynb

@@ -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": [