Skip to content

alatalab/human2map_tf

 
 

Repository files navigation

CycleGAN

Tensorflow implementation for learning an image-to-image translation without input-output pairs. The method is proposed by Jun-Yan Zhu in Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networkssee.

This is modified code for human<->map

Every human face is unique and complicated, so as every city.

Faces database - custom big face crops from celebA, map databases - cities with population >10k on Google Maps.

Changes added by Sergei to original code and model - skip-connection, low L1 (cycle loss), bug fixing, depth2space instead of deconv.

Map of Vladivostok

About

based on CycleGAN xhujoy/CycleGAN-tensorflow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • Shell 2.6%