From 7a6c92ae6999a7df898dd0fd1e37cee56ccc3d02 Mon Sep 17 00:00:00 2001 From: chenxuanhong Date: Wed, 26 Apr 2023 07:48:12 +0800 Subject: [PATCH] update --- .gitignore | 4 +++- README.md | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5b6e4b9..5892db2 100644 --- a/.gitignore +++ b/.gitignore @@ -139,4 +139,6 @@ checkpoints/ *.pth *.onnx -wandb/ \ No newline at end of file +wandb/ +temp_results/ +output/*.* \ No newline at end of file diff --git a/README.md b/README.md index bd93600..3b90adc 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ If you find this project useful, please star it. It is the greatest appreciation ## Top News -**`2023-04-25`**: We fixed the "AttributeError: 'SGD' object has no attribute 'defaults' now" bug. If you have already downloaded **arcface_checkpoint.tar**, please download it again. Also, you also need to update the scripts in ```./models/```. +**`2023-04-25`**: We fixed the "AttributeError: 'SGD' object has no attribute 'defaults' now" bug. If you have already downloaded **arcface_checkpoint.tar**, please **download it again**. Also, you also need to update the scripts in ```./models/```. -**`2022-04-21`**: For resource limited users, we provide the cropped VGGFace2-224 dataset [[Google Driver] VGGFace2-224 (10.8G)](https://drive.google.com/file/d/19pWvdEHS-CEG6tW3PdxdtZ5QEymVjImc/view?usp=sharing) [[Baidu Driver] ](https://pan.baidu.com/s/1OiwLJHVBSYB4AY2vEcfN0A) [Password: lrod]. +**`2022-04-21`**: For resource limited users, we provide the cropped VGGFace2-224 dataset [[Google Driver] VGGFace2-224 (10.8G)](https://drive.google.com/file/d/19pWvdEHS-CEG6tW3PdxdtZ5QEymVjImc/view?usp=sharing) [[Baidu Driver]](https://pan.baidu.com/s/1OiwLJHVBSYB4AY2vEcfN0A) [Password: lrod]. **`2022-04-20`**: Training scripts are now available. We highly recommend that you guys train the simswap model with our released high quality dataset [VGGFace2-HQ](https://github.com/NNNNAI/VGGFace2-HQ).