Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richzhang authored Dec 3, 2016
1 parent 3517faf commit 0d2681f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###
Expand Down

0 comments on commit 0d2681f

Please sign in to comment.