Skip to content

CNTK based implementation of Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks

License

Notifications You must be signed in to change notification settings

olgaliak/cntk-cyclegan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cntk-cyclegan

CNTK based implementation of Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks [paper]

How-to run the code

  1. Yosemity dataset Yosemity dataset is expected to be unzipped into ./data folder
  2. dataUtils.py generates map files for input
  3. If you ran on GPU and see out-of-memory exception => lower batch size

Results

I have ran trainCycleGan.py on Yosemity dataset and batch size 4. This dataset is not super clean, the set of summer imagages has several winter images and vice versa. I did quick clean up of those before training. Also I noticed that in current implementation I have G(X) that transfers summer Yosemity to winter works better than F(X) (winter to summer). Also Generator tends to change daytime to evening\night time.

About

CNTK based implementation of Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published