cGANs Colorisation of black&white Images
We investigate conditional adversarial networks as a general-purpose solution to image-to-image translation problems. These networks not only learn the mapping from input image to output image, but also learn a loss function to train this mapping. This makes it possible to apply the same generic approach to problems that traditionally would require very different loss formulations. We demonstrate that this approach is effective at synthesizing photos from label maps, reconstructing objects from edge maps, and colorizing images, among other tasks.
https://github.com/Pushkar1853/GANs-project/blob/main/image-colorization-with-u-net-and-gan.ipynb
https://huggingface.co/spaces/PushkarA07/image-colorizer
- https://arxiv.org/pdf/1611.07004.pdf
- http://cs231n.stanford.edu/reports/2017/pdfs/302.pdf
- https://richzhang.github.io/colorization/resources/colorful_eccv2016.pdf
MIT, see LICENSE.txt
for further details.