-
Notifications
You must be signed in to change notification settings - Fork 255
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
More detalization. #6
Comments
It is not trivial to increase the resolutions of the generated images. You would have to train on high res images but the model might be big and you wont be able to run in the browser. |
It's a pity. ) |
А month later... ) Do you have a big model for pix2pix/scene_model? More than 50 MB. I do not necessarily have high speed work. Hour of work per frame - normal. ) If not, please tell me how to generate this model and on which data set. Thanks in advance. |
No, I don't have a larger model but you can train your own model. Follow the instructions here. To increase the size of the model use ngf = ndf = 64 for instance. |
Can you help me, which parameter in the code changes the detail of the resulting image. Suppose that by reducing the productivity.
In pix2pix project.
The text was updated successfully, but these errors were encountered: