From 6764e673fe95cf408dc396514076b428140858d9 Mon Sep 17 00:00:00 2001 From: Simon Mayer Date: Mon, 14 Feb 2022 16:49:45 +0100 Subject: [PATCH] Added readme with download links to the models --- colorization/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 colorization/README.md diff --git a/colorization/README.md b/colorization/README.md new file mode 100644 index 0000000..8cd66bd --- /dev/null +++ b/colorization/README.md @@ -0,0 +1,15 @@ +# Colorization + +See the Jupyter Notebook "Image_Colorization.ipynb" for general usage info. + +## Download training images + +Run "models/colored_postcards/download_color.py" to download training images in 256 × 256 pixel resolution + +## Download trained models + +We host three colorizer models on our webserver: +- ECCV16 (by R. Zhang et al.) +- SIGGRAPH17 (by R. Zhang et al.) +- Our trained model + -- GitLab