Skip to content

jason9693/cycleGAN-tensorflow-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cycleGAN : day2night

  • This repository implemented day2night neural network using cycleGAN (https://arxiv.org/abs/1703.10593)

  • This repo is compatible with tf_version >= 2.0 (using tf.keras)

  • train and test code are using Google Colaboratory.

result

  1. day -> night -> day ( X-> G(X) -> F( G(X) ) )

  1. day -> night ( X -> G(X) )

Tip

If you want to using your own photo data taken by your own camera,
you must rotate yours by exif files info.
( see https://github.com/johansatge/jpeg-autorotate )

See also

License

Project is published under the MIT licence. Feel free to clone and modify repo as you want, but don'y forget to add reference to authors :)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages