update involution

This commit is contained in:
chenxuanhong
2022-02-12 22:13:10 +08:00
parent 5271a9f3c2
commit 9429c6d7be
14 changed files with 906 additions and 20 deletions
+4 -5
View File
@@ -1,21 +1,20 @@
# Simswap++
## Dependencies
- python > 3.6
- python >= 3.7
- yaml (pip install pyyaml)
- paramiko (For ssh file transportation)
- pytorch > 1.8
- tkinter (For GUI)
- 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
- tensorboard (pip install tensorboard)
- tensorboardX (pip install tensorboardX)
- wandb (pip install wandb)
***OR***