Skip to content
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

How to generate more random and different outputs? #419

Closed
yingzwang opened this issue Oct 31, 2018 · 3 comments
Closed

How to generate more random and different outputs? #419

yingzwang opened this issue Oct 31, 2018 · 3 comments

Comments

@yingzwang
Copy link

I trained pix2pix on only one or two image pairs. My application is to generate watercolor paintings from pencil sketches #416 .
The GAN is supposed to learn a distribution conditioned on the input, not a deterministic mapping from input to output. But my output seems quite deterministic. Is it due to my limited training data? Or due to the limitation of pix2pix?
How can I generate more random and different output samples?

@junyanz
Copy link
Owner

junyanz commented Oct 31, 2018

See this post for more details.

@yingzwang
Copy link
Author

Thanks @junyanz . Found the answer there. BicycleGAN is exactly what I’m looking for.
I want a pix2pix model which can produce different watercolor paintings from the same pencil sketch.
If I have some followup questions, should I ask in the BicycleGAN page?

@junyanz
Copy link
Owner

junyanz commented Nov 1, 2018

Yeah, please ask in the BicycleGAN page.

@junyanz junyanz closed this as completed Nov 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants