Skip to content

This is an implementation project of the original paper "Unpaired Image-to-Image Translation using Adversarial Consistency Loss"

Notifications You must be signed in to change notification settings

SaiPavan-Tadem/Project_CycleGAN

Repository files navigation

CycleGAN

This is an implimented project with the reference of original paper unpaired image to image translation using cycle conistance adversarial loss. you can also check my project report here

Sample Images

Collect the data set from kaggle

class Domain-A training data Domain-B training Data
AerialToSatellite Alt Text Alt Text
VangoghToPhoto Alt Text Alt Text
SummerToWinter Alt Text Alt Text

Method

The aim of this project is to convert image in domain A to domain B and then back to domain A.This translation is puerly in presence of unpaired dataset.Though the results generated by the pix2pix were good,dataset is not widley available(because model translates in presence of paired datasets)

Results

class sample O/P-1 (domain x to y and back to domain x) sample O/P-2 (domain x to y and back to domain x)
AerialToSatellite Alt Text Alt Text
VangoghToPhoto Alt Text Alt Text
SummerToWinter Alt Text Alt Text

Conclusions

CycleGAN is performing well in all cases but the resolution of generated images is little bit low(due to loss in translation),good research is still needed to improve the quality.

About

This is an implementation project of the original paper "Unpaired Image-to-Image Translation using Adversarial Consistency Loss"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published