Skip to content

Image Colourization using Conditional Generative Adversarial Network

Notifications You must be signed in to change notification settings

AbhishekRS4/image_colourization_CGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Colourization using Conditional Generative Adversarial Networks

Image Colourization

  • Final project for the Machine Learning Master's course at University of Groningen
  • The focus is on Colourization task using Conditional Generative Adversarial Networks
  • Using pre-trained ResNet and UNet
  • Some code is borrowed from one of the author's repo

Instructions to run the code

  • For running the train script use. Use --help to list all the commandline options.
python3 src/train.py --help
  • After training, use the following script to compute evaluation metrics on the test set. Use --help to list all the commandline options.
python3 src/compute_test_metrics.py --help
  • After training, use the following script to colourize the images using the Generator network. Use --help to list all the commandline options.
python3 src/generate_results.py --help

Weights file

Dependencies

Reference

Releases

No releases published

Packages

No packages published