From e538d8815ad0f5a47cfcae088653fed45941de72 Mon Sep 17 00:00:00 2001 From: Xuanhong Chen Date: Tue, 26 Sep 2023 01:44:40 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28e5a61..b0ffae4 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ For faster convergence and better results, a large batch size (more than 16) is python train.py --name simswap224_test --batchSize 8 --gpu_ids 0 --dataset /path/to/VGGFace2HQ --Gdeep False ``` -[Colab demo for training 224 model](https://colab.research.google.com/github/neuralchen/SimSwap/blob/main/train.ipynb) +[Colab demo for training 224 model][ google colab logo](https://colab.research.google.com/github/neuralchen/SimSwap/blob/main/train.ipynb) For faster convergence and better results, a large batch size (more than 16) is recommended! @@ -115,7 +115,7 @@ python train.py --name simswap512_test --batchSize 16 --gpu_ids 0 --dataset /p
Stronger feature
-[Colab for switching specific faces in multi-face videos](https://colab.research.google.com/github/neuralchen/SimSwap/blob/main/MultiSpecific.ipynb) +[Colab for switching specific faces in multi-face videos][ google colab logo](https://colab.research.google.com/github/neuralchen/SimSwap/blob/main/MultiSpecific.ipynb) [Image face swapping demo & Docker image on Replicate](https://replicate.ai/neuralchen/simswap-image)