AI, Python, Cognitive Neuroscience
3.8K subscribers
1.09K photos
46 videos
78 files
891 links
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Image Translation with Tensorflow


#Pix2Pix is an Image-to-Image Translation with Conditional Adversarial Networks.

It can prove to be effective at synthesizing photos from label maps, reconstructing objects from edge maps, and colorizing images, among other tasks

Check out the original paper(https://lnkd.in/fFAm8YK) if you are interested in implementation detail, it shows more example usages for cGAN like "map to aerial", "day to night" et.

Here is a Tensorflow implementation of the same by Christopher Hesse(https://lnkd.in/f7ivy95)

#deeplearning

✴️ @AI_Python_EN