Files
SimSwapPlus/README.md
T
chenxuanhong 601d2ee43d update
2022-01-17 13:17:49 +08:00

22 lines
763 B
Markdown

# 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).