From 889d19296c655b39873524e612665d4082b875f0 Mon Sep 17 00:00:00 2001 From: "John D. Pope" Date: Tue, 6 Jul 2021 00:08:49 +1000 Subject: [PATCH 1/2] Github download link the google drive keeps downloading a corrupting tar - github seems better. --- docs/guidance/preparation.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/guidance/preparation.md b/docs/guidance/preparation.md index 63fd8a6c..b8422ea8 100644 --- a/docs/guidance/preparation.md +++ b/docs/guidance/preparation.md @@ -20,9 +20,13 @@ There are two archive files in the drive: **checkpoints.zip** and **arcface_chec - **Copy the arcface_checkpoint.tar into ./arcface_model** - **Unzip checkpoints.zip, place it in the root dir ./** - +- +[[Github-arcface_model]](https://github.com/neuralchen/SimSwap/releases/download/1.0/arcface_checkpoint.tar) +[[Github-checkpoints]](https://github.com/neuralchen/SimSwap/releases/download/1.0/checkpoints.zip) [[Google Drive]](https://drive.google.com/drive/folders/1jV6_0FIMPC53FZ2HzZNJZGMe55bbu17R?usp=sharing) [[Baidu Drive]](https://pan.baidu.com/s/1wFV11RVZMHqd-ky4YpLdcA) Password: ```jd2v``` + + ### Note We expect users to have GPU with at least 8G memory. For those who do not, we provide [[Colab Notebook implementation]](https://colab.research.google.com/github/neuralchen/SimSwap/blob/main/SimSwap%20colab.ipynb). From e8bea5a8067d54d465a8bfdb496d0ab60dc726c9 Mon Sep 17 00:00:00 2001 From: "John D. Pope" Date: Tue, 6 Jul 2021 00:29:23 +1000 Subject: [PATCH 2/2] update --- docs/guidance/preparation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guidance/preparation.md b/docs/guidance/preparation.md index b8422ea8..1569ed44 100644 --- a/docs/guidance/preparation.md +++ b/docs/guidance/preparation.md @@ -18,7 +18,7 @@ pip install insightface==0.2.1 onnxruntime moviepy ### Pretrained model There are two archive files in the drive: **checkpoints.zip** and **arcface_checkpoint.tar** -- **Copy the arcface_checkpoint.tar into ./arcface_model** +- **Copy the arcface_checkpoint.tar into ./arcface_model** ( DON'T NEED TO EXTRACT THIS) - **Unzip checkpoints.zip, place it in the root dir ./** - [[Github-arcface_model]](https://github.com/neuralchen/SimSwap/releases/download/1.0/arcface_checkpoint.tar)