ruchikachavhan / instagan

A clear and lucid implementation of Instance Aware Tanslation in Image Style Transfer using GANs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

instagan

Instance Aware Tanslation in Image Style Transfer using GANs

This is an implementation of InstaGAN: Instance-aware Image-to-Image Translation in Pytorch.

The following model has been trained and tested on the Clothing co-parsing dataset. The model has been trained for two translations: Pants-> shorts/skirts and vice versa.

Results

The images on the left are original images and the images on the right are translated ones.

Pants -> Shorts / Skirts

8_356_real 8_356_orig

8_370_real 8_370_orig

8_408_real 8_408_orig

10_245_real 10_245_orig

10_135_real 10_135_orig

About

A clear and lucid implementation of Instance Aware Tanslation in Image Style Transfer using GANs

License:MIT License


Languages

Language:Python 100.0%