DCLGAN
DCLGAN copied to clipboard
test
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!
Hello,
Try adding --preprocess none!
I have another problem. How to generate images using only the G_A generator during the testing phase. Thanks!
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.