Go to file
2021-02-17 14:03:56 +09:00
samples init 2021-02-16 20:59:02 +09:00
.gitignore Initial commit 2021-02-16 20:34:22 +09:00
convert_weights.py typo fixed 2021-02-17 14:03:56 +09:00
model.py init 2021-02-16 20:59:02 +09:00
README.md Update README.md 2021-02-17 08:32:21 +09:00
test.py init 2021-02-16 20:59:02 +09:00

PyTorch Implementation of AnimeGANv2

Weight Conversion (Optional, requires TensorFlow 1.x)

git clone https://github.com/TachibanaYoshino/AnimeGANv2
python convert_weights.py

Inference

python test.py --input_dir [image_folder_path]

Results from converted [Paprika] style model

(input image, original tensorflow result, pytorch result from left to right)

     

Note: Training code not included / Tested on RTX3090 + PyTorch1.7.1