You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran python test.py --checkpoint_dir checkpoint/generator_Hayao_weight --test_dir dataset/test/real --style_name H and got a nice results as you shown!
There are three styles, Hayao, Paprika, and Shinkai, I notice that you used style_name=H. Does this mean that you use capital letters for other ones too? Shinkai for S and paprika for P?
I tried setting --style_name S and --style_name Shinkai, but it still gives the same result as --style_name H
The text was updated successfully, but these errors were encountered:
I use capital letters S for Shinkai and P for paprika. This is just the definition of the name of the style folder, you can name it whatever you want.
In order to get a different style you also need to change the checkpoint directory.
2333~
I only provide a pre-training model of Hayao style. The others need to be retrained by yourself. The link in the readme points to the pre-training weights in the release. However, AnimeGANv2 has released a new data set and all pre-trained models.
Hi
I ran
python test.py --checkpoint_dir checkpoint/generator_Hayao_weight --test_dir dataset/test/real --style_name H
and got a nice results as you shown!There are three styles, Hayao, Paprika, and Shinkai, I notice that you used style_name=H. Does this mean that you use capital letters for other ones too? Shinkai for S and paprika for P?
I tried setting --style_name S and --style_name Shinkai, but it still gives the same result as --style_name H
The text was updated successfully, but these errors were encountered: