Ha0Tang / AttentionGAN

AttentionGAN for Unpaired Image-to-Image Translation & Multi-Domain Image-to-Image Translation
Other
633 stars 96 forks source link

CODE WILL NOT WORK FOR GRAYSCALE IMAGES #19

Open aziabari opened 3 years ago

aziabari commented 3 years ago

CODE WILL NOT WORK FOR GRAYSCALE IMAGES BECAUSE THE HARD-CODED PART OF RESENTGENERATOR NETWORK (LINES 438 TO 517 in models/network.py) assumes only RGB images and produce RGB outputs, which. will produce RuntimeError.

lhan597549264 commented 2 years ago

buddy I got the same question

dcarrion87 commented 11 months ago

Same issue here. Trying to code around it at the moment.