TachibanaYoshino / AnimeGANv2
- вторник, 11 августа 2020 г. в 00:22:22
Python
[Open Source]. The improved version of AnimeGAN.
Focus:
Anime style | Film | Picture Number | Quality | Download link |
---|---|---|---|---|
Miyazaki Hayao | The Wind Rises | 1752 | 1080p | TBD |
Makoto Shinkai | Your Name | 1642 | BD | TBD |
Kon Satoshi | Paprika | 1255 | BDRip | TBD |
Different styles of training have different loss weights!
News:
The improvement directions of AnimeGANv2 mainly include the following 4 points:
1. Solve the problem of high-frequency artifacts in the generated image.
2. It is easy to train and directly achieve the effects in the paper.
3. Further reduce the number of parameters of the generator network. (generator size: 8.17 Mb)
4. Use new high-quality style data, which come from BD movies as much as possible.
AnimeGAN can be accessed from here.
python test.py --checkpoint_dir checkpoint/generator_Hayao_weight --test_dir dataset/test/HR_photo --style_name Paprika/HR_photo
python video2anime.py --video video/input/お花見.mp4 --checkpoint_dir checkpoint/generator_Paprika_weight
TBD