From 5c018f0aa556bfb41953c05e15d44be403d6f518 Mon Sep 17 00:00:00 2001 From: smayer Date: Tue, 8 Mar 2022 13:40:22 +0000 Subject: [PATCH] Update README.md with live links to colorizer models and original aws download links --- colorization/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/colorization/README.md b/colorization/README.md index 5240e70..89b29ee 100644 --- a/colorization/README.md +++ b/colorization/README.md @@ -9,7 +9,7 @@ Run "models/colored_postcards/download_color.py" to download training images in ## 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 +- ECCV16 (by R. Zhang et al., originally downloaded from https://colorizers.s3.us-east-2.amazonaws.com/colorization_release_v2-9b330a0b.pth) +- SIGGRAPH17 (by R. Zhang et al., originally downloaded from https://colorizers.s3.us-east-2.amazonaws.com/siggraph17-df00044c.pth) +- Our trained model -- GitLab