-
Notifications
You must be signed in to change notification settings - Fork 972
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Low quality results by using pretrained model 256 on celebA dataset #113
Comments
I got the same bad result.....Do you solve it? |
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!
The text was updated successfully, but these errors were encountered: