DCLGAN icon indicating copy to clipboard operation
DCLGAN copied to clipboard

test

Open 123456789-qwer opened this issue 3 years ago • 3 comments

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!

123456789-qwer avatar Dec 08 '22 07:12 123456789-qwer

Hello, Try adding --preprocess none!

JunlinHan avatar Dec 08 '22 07:12 JunlinHan

I have another problem. How to generate images using only the G_A generator during the testing phase. Thanks!

123456789-qwer avatar Dec 08 '22 12:12 123456789-qwer

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.

JunlinHan avatar Dec 08 '22 13:12 JunlinHan