diff options
author | René Scheibe <rene.scheibe@gmail.com> | 2015-11-03 19:27:07 +0100 |
---|---|---|
committer | René Scheibe <rene.scheibe@gmail.com> | 2015-11-03 19:27:07 +0100 |
commit | 54f0c08ca144c498c835baa017887a64bc8fbbf2 (patch) | |
tree | ea6badb8cad1f113e8be78fbefc88203cf1fb8fa /python | |
parent | f5fd18b6cd1371ec79b452d803756276a445abb1 (diff) | |
download | caffeonacl-54f0c08ca144c498c835baa017887a64bc8fbbf2.tar.gz caffeonacl-54f0c08ca144c498c835baa017887a64bc8fbbf2.tar.bz2 caffeonacl-54f0c08ca144c498c835baa017887a64bc8fbbf2.zip |
fix detect.py (invalid model path)
Diffstat (limited to 'python')
-rwxr-xr-x | python/detect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/detect.py b/python/detect.py index 691098f5..1aba964a 100755 --- a/python/detect.py +++ b/python/detect.py @@ -46,7 +46,7 @@ def main(argv): parser.add_argument( "--model_def", default=os.path.join(pycaffe_dir, - "../models/bvlc_reference_caffenet/deploy.prototxt.prototxt"), + "../models/bvlc_reference_caffenet/deploy.prototxt"), help="Model definition file." ) parser.add_argument( |