Files
SimSwapPlus/README.md
T
2022-02-08 16:37:30 +08:00

949 B

Simswap++

Dependencies

  • python > 3.6
  • 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

Learn about our other projects [RainNet], [Sketch Generation], [CooGAN], [Knowledge Style Transfer], [Youtube downloader].