satoshiiizuka / siggraph2016_colorization

Code for the paper 'Let there be Color!: Joint End-to-end Learning of Global and Local Image Priors for Automatic Image Colorization with Simultaneous Classification'.
http://hi.cs.waseda.ac.jp/~iizuka/projects/colorization/
Other
2.16k stars 302 forks source link

Fix syntax error in download_model.sh #1

Closed nagadomi closed 8 years ago

nagadomi commented 8 years ago

/bin/sh does not support the double bracket([[) command on some platforms.

On Ubuntu 15.10:

% ./download_model.sh    
./download_model.sh: 2: ./download_model.sh: [[: not found
Model file already exists!
randrade23 commented 8 years ago

Happened to me too on Linux Mint 17.3.

bobbens commented 8 years ago

Thanks.