mjdietzx / SimGAN

Implementation of Apple's Learning from Simulated and Unsupervised Images through Adversarial Training
MIT License
411 stars 101 forks source link

Fixing refiner_network to work correctly with multichannel images #2

Closed kmader closed 7 years ago

kmader commented 7 years ago

changing the convolution output of the refiner network to match image channels rather than 1.

mjdietzx commented 7 years ago

Thanks!