summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorRené Scheibe <rene.scheibe@gmail.com>2015-11-03 19:27:07 +0100
committerRené Scheibe <rene.scheibe@gmail.com>2015-11-03 19:27:07 +0100
commit54f0c08ca144c498c835baa017887a64bc8fbbf2 (patch)
treeea6badb8cad1f113e8be78fbefc88203cf1fb8fa /python
parentf5fd18b6cd1371ec79b452d803756276a445abb1 (diff)
downloadcaffeonacl-54f0c08ca144c498c835baa017887a64bc8fbbf2.tar.gz
caffeonacl-54f0c08ca144c498c835baa017887a64bc8fbbf2.tar.bz2
caffeonacl-54f0c08ca144c498c835baa017887a64bc8fbbf2.zip
fix detect.py (invalid model path)
Diffstat (limited to 'python')
-rwxr-xr-xpython/detect.py2
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(