I run the script "python scripts/download_model_binary.py models/bvlc_reference_googlenet"
It returns
ERROR: [Errno 2] No such file or directory: 'models/bvlc_reference_googlenet/readme.md'
usage: download_model_binary.py [-h] dirname
download_model_binary.py: error: argument dirname: Must be valid Caffe model directory with a correct readme.md
I can download it now.How can I solve the problem?
Please ask usage questions on the caffe-users group.
The right directory is models/bvlc_googlenet and not models/bvlc_reference_googlenet.
./download_model_binary.py models/bvlc_googlenet
ERROR: [Errno 2] No such file or directory: 'models/bvlc_googlenet/readme.md'
usage: download_model_binary.py [-h] dirname
download_model_binary.py: error: argument dirname: Must be valid Caffe model directory with a correct readme.md
ubuntu@ip-172-31-6-58:~/caffe/scripts$
The download scripts, both .py and .sh, also fail for me with identical errors(on Ubu 14.04). This seems to be a bug (although a tiny one). The easy workaround is to:
1.open the model's readme
Hi, I am having the exact same trouble. However, I am not able to download the models manually as I am working within a docker file where I do not have write permissions. Has this issue been resolved so that the scripts can be used?
Thanks!
Most helpful comment
The download scripts, both .py and .sh, also fail for me with identical errors(on Ubu 14.04). This seems to be a bug (although a tiny one). The easy workaround is to:
1.open the model's readme
eg: $wget 'http://dl.caffe.berkeleyvision.org/bvlc_googlenet.caffemodel'