Skip to content

Commit

Permalink
fix detect.py (invalid model path)
Browse files Browse the repository at this point in the history
  • Loading branch information
darxriggs committed Nov 3, 2015
1 parent f5fd18b commit 54f0c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 54f0c08

Please sign in to comment.