hyunbo9 / face_aging_with_CycleGan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Aging with CycleGAN

This repository is the final result of the project on Machine Learning and the Applications at Yonsei University.

Unpaired Image to Image Transition

Source: Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks


The previous image-to-image translation such as Pix2Pix learns the mapping between an input image and an output image with a set of aligned image pairs. However, for many tasks, paired training dataset is unavailable. CycleGAN solves this issue by learning to translate an image from a source domain X to a target domain Y in the absence of paired examples.

Dataset

Source: UTKFace - Large Scale Face Dataset
  • Consists of 20,000+ face images (Only single face in one image)
  • Correspondingly aligned & cropped faces
  • Images are labelled by age and gender

Test Result


20s to 50s


50s to 20s

Cycle-Consistency



Detailed description with PDF file @ Face Aging using CycleGAN.pdf

About


Languages

Language:Python 100.0%