This commit is contained in:
XHChen0528
2022-12-23 17:41:38 +08:00
parent 29d8914c0a
commit 2cc8130ab8
322 changed files with 0 additions and 250249 deletions
-33
View File
@@ -1,33 +0,0 @@
# Simswap++
## Dependencies
- moviepy
- python >= 3.7
- yaml (pip install pyyaml)
- paramiko (For ssh file transportation)
- pytorch >= 1.9
- pillow
- torchvision
- opencv
- matplotlib
- timm
- cupy (for involution) you need to create a new env in anaconda (conda install pytorch==1.10.1 cudatoolkit==10.2.89 cupy==10.1.0 -c pytorch -c conda-forge)
## logger
- wandb (pip install wandb)
***OR***
- Do not need to install tensorboard and tensorboardX any more.
***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).