pytorch-CycleGAN-and-pix2pix icon indicating copy to clipboard operation
pytorch-CycleGAN-and-pix2pix copied to clipboard

Test images for channel problems

Open duke023456 opened this issue 2 years ago • 1 comments

Train with single-channel images, set input_NC and output_NC to 1, but test to get three-channel images. How to get a single channel test picture.

duke023456 avatar Apr 03 '22 08:04 duke023456

Have you set the output_nc as 1 for your test script?

junyanz avatar Jun 14 '22 20:06 junyanz