From 0d2681f185f375156b5bc8ca9a9eae7c98c5f8ac Mon Sep 17 00:00:00 2001 From: Richard Zhang Date: Fri, 2 Dec 2016 21:00:08 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0fd919fc..90b74ccb 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,9 @@ For completeness, this will also load model `./models/colorization_release_v2_no (1) Run `./models/fetch_alexnet_model.sh`. load model `./models/alexnet_release_450000_nobn_fc_rs.caffemodel`. This model was used for the representation learning tests. (2) You have two choices. + (i) If you do the color conversion into Lab space outside of the network, use prototxt `./models/alexnet_deploy_lab.prototxt`. The input blob will be an image in Lab color space + (ii) If you wish to do the color conversion inside of the network, use prototxt `./models/alexnet_deploy.prototxt`. The input should be BGR images, non-mean centered, in [0,255]. You will have to follow Caffe installation (described in step (2) in the previous section). ### Citation ###