Image-to-image translation with conditional adversarial networks
https://blog.acolyer.org/2018/05/08/image-to-image-translation-with-conditional-adversarial-networks/ [blog.acolyer.org]
2018-07-06 17:45
It’s time we looked at some machine learning papers again! Over the next few days I’ve selected a few papers that demonstrate the exciting capabilities being developed around images.
Anyway, back to the research! The common name for the system described in today’s paper is pix2pix. You can find the code and more details online at https://github.com/phillipi/pix2pix. The name ‘pix2pix’ comes from that fact that the network is trained to map from input pictures (images) to output pictures (images), where the output is some translation of the input.