Image-to-Image Demo
DRANK

Interactive Image Translation with pix2pix-tensorflowThe pix2pix model works by training on pairs of images such as building facade labels to building facades, and then attempts to generate the corresponding output image from any input image you give it. The idea is straight from thepix2pix paper, which is a good read.facadesTrained on a database of building facades to labeled building facades. It doesn't seem sure about what to do with a large empty area, but if you put enough windows on there it often has reasonable results. Draw "wall" color rectangles to erase things.I didn't have the names of the different parts of building facades so I just guessed what they were called.edges2catsTrained on about 2k stock cat photos and edges automatically generated from those photos. Generates cat-colored objects, some with nightmare faces. The best one I've seen yet was acat-beholder.Some of the pictures look especially creepy, I think because it's easier to notice when an animal looks wrong, …

affinelayer.com
Related Topics: GitHub