SinGAN
SinGAN copied to clipboard
how to reproduce the result of figure 3 in SingleImageGan_SM.pdf
Expectation: input a black horse, output a zebra and the head's orientation is different from that of the original zebra (training)
My result: input a black horse, output a zebra and the head's orientation is the same as the original zebra (training)
I just changed the zebra image in the Input/Image file and ran the following command
python random_samples.py --input_name zebra.png --mode random_samples --gen_start_scale 4
Is Issue #67 has been resolved ? Please let me know .
@SandyPanda not yet
I am running the code SinGAN main_train.py as given in GitHub repository of "tamarott" After that I am running the random sample code
But the output Directory everytime getting generated but no image exist within the output folder .
Please let me know What should I do?
On Tue, 24 Dec, 2019, 6:58 PM stormchasingg, [email protected] wrote:
@SandyPanda https://github.com/SandyPanda not yet
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tamarott/SinGAN/issues/67?email_source=notifications&email_token=AM2UI22LLUUPV7CS2PJAHSTQ2IFBPA5CNFSM4J64LVE2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHTGVAQ#issuecomment-568748674, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM2UI22G43TZWZUCEMNOOL3Q2IFBPANCNFSM4J64LVEQ .
@SandyPanda is it the reason? #7
@stormchasingg
Yes but it get solved in my local system
Are there any updates about this (reproducing Fig. 3 in SM)?