liuliu / ccv

C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library
http://libccv.org
Other
7.07k stars 1.71k forks source link

Update download-vgg-d-model.sh #161

Closed morenoh149 closed 8 years ago

morenoh149 commented 8 years ago

fixes https://github.com/liuliu/ccv/issues/142

liuliu commented 8 years ago

Thanks. But this doesn't work. If you run:

./samples/download-vgg-d-model.sh

With this change, it will download to ccv/, rather than ccv/samples, as intended.

You need to change that line to:

cd `dirname $0` && wget ....
morenoh149 commented 8 years ago

@liuliu I update the PR with your corrections

liuliu commented 8 years ago

Thanks.