mingyuliutw / CoGAN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coupled Generative Adversarial Network code

General

This is the open source repository for the Coupled Generative Adversarial Network (CoupledGAN or CoGAN) work. For more details please refer to our NIPS 2016 paper or our arXiv paper. Please cite the NIPS paper in your publications if you find the source code useful to your research.

I have improved the algorithm by combining with encoders. For more details please check our NIPS 2017 paper on Unsupervised Image-to-Image Translation Networks

USAGE

In this repository, we provide both Caffe implementation and PyTorch implementation. For using the code with the Caffe library, please consult USAGE_CAFFE. For using the code with the PyTorch library, please consult USAGE_PYTORCH.

CoGAN Network Architecture

CoGAN learn to generate corresponding smile and non-smile faces

CoGAN learn to generate corresponding faces with blond-hair and without non-blond-hair

CoGAN learn to generate corresponding faces with eye-glasses and without eye-glasses

CoGAN learn to generate corresponding RGB and depth images


Copyright 2017, Ming-Yu Liu All Rights Reserved

Permission to use, copy, modify, and distribute this software and its documentation for any non-commercial purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of the author not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission.

THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR ANY PARTICULAR PURPOSE. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

About


Languages

Language:Jupyter Notebook 56.9%Language:C++ 32.7%Language:Python 5.8%Language:Cuda 2.3%Language:CMake 1.2%Language:MATLAB 0.4%Language:Shell 0.3%Language:Makefile 0.3%Language:CSS 0.1%Language:HTML 0.1%