animegan2-pytorch/README.md
bryandlee a2d49c885c init
2021-02-16 20:59:02 +09:00

767 B

PyTorch Implementation of AnimeGANv2

Weight Conversion (Optional)

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 / Results looks slightly blurrier than the original ones.