Pytorch-cyclegan-and-pix2pix: How to dela with gray-scale images?

Created on 27 Feb 2018  路  1Comment  路  Source: junyanz/pytorch-CycleGAN-and-pix2pix

Hi, your project is both fascinating and helpful! I wonder how to modify the source code to be applied ingray-scale images(one channel)?

Most helpful comment

Just add to the train.py command --input_nc 1 --ouput_nc 1

>All comments

Just add to the train.py command --input_nc 1 --ouput_nc 1

Was this page helpful?
0 / 5 - 0 ratings

Related issues

khryang picture khryang  路  3Comments

diaosiji picture diaosiji  路  3Comments

TheIllusion picture TheIllusion  路  5Comments

shivom9713 picture shivom9713  路  4Comments

wjx2 picture wjx2  路  3Comments