zalandoresearch / spatial_gan

Spatial Generative Adversarial Networks
MIT License
111 stars 32 forks source link

Single channel image #2

Closed samuelnapit closed 4 years ago

samuelnapit commented 4 years ago

I want to ask if this method can process a single channel image (like: grayscale). If it is possible, can I find out about the configuration? And whether this can make the process faster? Thank you

nikjetchev commented 4 years ago

You need a simple workaround for grayscale: just convert it to RGB with 3 identical channels, than run code as usual.

samuelnapit commented 4 years ago

Sorry before, I want to do research to speed up a method with RGB channel separation. Is that possible to do with SGAN? Thank you