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 can i improve my results? #5

Open
kalai2033 opened this issue Apr 14, 2020 · 1 comment
Open

How can i improve my results? #5

kalai2033 opened this issue Apr 14, 2020 · 1 comment
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@kalai2033
Copy link

i have a custom dataset with 300 image pairs. I have used to pix2pix/cycleGAN models for image translation task. I have got some good interesting results. But the generation of image pairs is very time consuming and costly. When I have read your paper it seems your model does image to image translation in a semi-supervised manner with less data points (image pairs). I trained a model with 300 image pairs with --factorGAN flag as 1 and --num_joint_samples flag as 300. But my results were not good compared to pix2pix and cycleGAN. Can you give suggestion to improve my results?

@f90
Copy link
Owner

f90 commented Apr 14, 2020

Are you using the same generator model in cycleGAN and FactorGAN? The default neural network used in FactorGAN might not be particularly strong compared to the ones used in the original cycleGAN or pix2pix papers. That has a big influence on performance. Similarly, the discriminator architecture should be made somewhat comparable.

@f90 f90 added help wanted Extra attention is needed question Further information is requested labels Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants