From 54f0c08ca144c498c835baa017887a64bc8fbbf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Scheibe?= Date: Tue, 3 Nov 2015 19:27:07 +0100 Subject: fix detect.py (invalid model path) --- python/detect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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( -- cgit v1.2.3