Files
SimSwapPlus/README.md
T
chenxuanhong 736d45ec00 update
2022-01-17 13:26:59 +08:00

33 lines
943 B
Markdown

# Simswap++
## Dependencies
- python
- yaml (pip install pyyaml)
- paramiko (For ssh file transportation)
- pytorch > 1.8
- tkinter (For GUI)
- pillow
- torchvision
- opencv
- matplotlib
- timm
## logger
- tensorboard (pip install tensorboard)
- tensorboardX (pip install tensorboardX)
***OR***
- wandb (pip install wandb)
***Logger is an option setting, which can be adjust with train.py --logger [wandb, tensorbaord, None]***
## 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).