Skip to content

4g/unet-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unet-color

Deep colorizer based on unet architecture (Encoder decoder with skip connections) without a GAN. Trained with flickr-8k dataset for 50 epochs and 10k samples from Celeb dataset for 2 epochs.

Usage

python colorizer_gan.py --data_path path_to_flickr_8k_data --model_path path_to_save_the_model

Examples

Architecture

unet-color is based on an encoder decoder architecture with skip connections. Skips ensure that high frequency features trickle down to the base layers of network.

References

1] http://lmb.informatik.uni-freiburg.de/people/ronneber/u-net/ 2] https://github.com/phillipi/pix2pix

About

Deep colorizer based on unet architecture (Encoder decoder with skip connections)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages