This commit is contained in:
chenxuanhong
2022-01-17 13:17:49 +08:00
parent bf2df5c5a6
commit 601d2ee43d
58 changed files with 2748 additions and 5696 deletions
+22 -2
View File
@@ -1,2 +1,22 @@
# SimSwap_Plus
A high resolution and faster face editing framework
# Project Name
## Dependencies
- python
- yaml (pip install pyyaml)
- paramiko (For ssh file transportation)
- pytorch
- tkinter (For GUI)
- pillow
- torchvision
- opencv
- tensorboard (pip install tensorboard)
- tensorboardX (pip install tensorboardX)
## Usage
- To configure the project in the ```main.py```.
## Acknowledgement
## Related Projects
Learn about our other projects [[RainNet]](https://neuralchen.github.io/RainNet), [[Sketch Generation]](https://github.com/TZYSJTU/Sketch-Generation-with-Drawing-Process-Guided-by-Vector-Flow-and-Grayscale), [[CooGAN]](https://github.com/neuralchen/CooGAN), [[Knowledge Style Transfer]](https://github.com/AceSix/Knowledge_Transfer), [[Youtube downloader]](https://github.com/AIARTSJTU/YoutubeDataCollector).