We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the test phase, how can I get the output image to be the same size as the original image instead of the image size of 256*256. Thanks!
The text was updated successfully, but these errors were encountered:
Hello, Try adding --preprocess none!
--preprocess none
Sorry, something went wrong.
I have another problem. How to generate images using only the G_A generator during the testing phase. Thanks!
You have to change some code in ./models/dcl_model.py, a simple solution is test with both G_A and G_B, but use the results from G_A only.
No branches or pull requests
In the test phase, how can I get the output image to be the same size as the original image instead of the image size of 256*256.
Thanks!
The text was updated successfully, but these errors were encountered: