Add Colab part in guidance

This commit is contained in:
Liu Ziang
2021-06-20 21:51:11 +08:00
parent 559f52ec96
commit 032d61f151
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -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
View File
@@ -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).