Browse Source

Add Colab part in guidance

Liu Ziang 4 years ago
parent
commit
032d61f151
2 changed files with 4 additions and 2 deletions
  1. 3 1
      README.md
  2. 1 1
      doc/guidance/preparation.md

+ 3 - 1
README.md

@@ -15,7 +15,7 @@ Our paper can be downloaded from [[Arxiv]](https://arxiv.org/pdf/2106.06340v1.pd
 
 ## Top News
 
-**`2021-06-20`**: We release the scripts for arbitrary video and image processing.
+**`2021-06-20`**: We release the scripts for arbitrary video and image processing, and a colab demo.
 
 ## Dependencies
 - python3.6+
@@ -32,6 +32,8 @@ Our paper can be downloaded from [[Arxiv]](https://arxiv.org/pdf/2106.06340v1.pd
 
 [Inference for image or video face swapping](./doc/guidance/usage.md)
 
+[Colab demo](https://colab.research.google.com/github/neuralchen/SimSwap/blob/main/SimSwap%20colab.ipynb)
+
 Training: **coming soon**
 
 

+ 1 - 1
doc/guidance/preparation.md

@@ -25,4 +25,4 @@ There are two archive files in the drive: **checkpoints.zip** and **arcface_chec
 [[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 will provide Colab Notebook implementation in the future.
+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).