Open Yummy2016 opened 4 years ago
I got the same bad result.....Do you solve it?
no.....
On Wed, Jan 1, 2020 at 6:24 PM Yuxuan Han notifications@github.com wrote:
I got the same bad result.....Do you solve it?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/yunjey/stargan/issues/113?email_source=notifications&email_token=AFJLPEST2KSZ6DQ57AMICBDQ3RVPRA5CNFSM4JWDH7JKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH5CCMA#issuecomment-570040624, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFJLPEUY66I3BBRAKXCRW2DQ3RVPRANCNFSM4JWDH7JA .
no..... … On Wed, Jan 1, 2020 at 6:24 PM Yuxuan Han @.***> wrote: I got the same bad result.....Do you solve it? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#113?email_source=notifications&email_token=AFJLPEST2KSZ6DQ57AMICBDQ3RVPRA5CNFSM4JWDH7JKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEH5CCMA#issuecomment-570040624>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFJLPEUY66I3BBRAKXCRW2DQ3RVPRANCNFSM4JWDH7JA .
I tried 128*128 pretrained model, its behavior is the same as paper.....
yes, 128*128 is better than 256*256. not sure what's the reason...
Do you solve it?
Me too
I'm using 256*256 model to test some pictures in celebA dataset, arguments are set as:
python main.py --mode test --dataset CelebA --image_size 256 --c_dim 5 \ --selected_attrs Black_Hair Blond_Hair Brown_Hair Male Young \ --model_save_dir='stargan_celeba_256/models' \ --result_dir='stargan_celeba_256/results'
However, the results' quality are far from the results posted on the paper. The faces are blurring and not changed that much on expressions or other selected attributes.
Are there any places that I need to tune to get the results with the same quality that the paper posted?
Thank you!