Skip to content

Commit

Permalink
fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tianzhi0549 committed Aug 28, 2015
1 parent 3d079c2 commit 77aca69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def parse_args():
NETS[args.demo_net][1])

if not os.path.isfile(caffemodel):
raise IOError(('{:s} not found.\nDid you run ./data/script/'
raise IOError(('{:s} not found.\nDid you run ./data/scripts/'
'fetch_fast_rcnn_models.sh?').format(caffemodel))

if args.cpu_mode:
Expand Down

0 comments on commit 77aca69

Please sign in to comment.