Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
fix wrong prototxt file path
Browse files Browse the repository at this point in the history
  • Loading branch information
ftian1 committed Mar 15, 2018
1 parent 43a2595 commit b5e6707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rfcn/lib/fast_rcnn/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
__C.DATA_DIR = osp.abspath(osp.join(__C.ROOT_DIR, 'data'))

# Model directory
__C.MODELS_DIR = osp.abspath(osp.join(__C.ROOT_DIR, '..', '..', 'models', 'intel_optimized_models', 'faster-rcnn', 'pascal_voc'))
__C.MODELS_DIR = osp.abspath(osp.join(__C.ROOT_DIR, '..', '..', 'models', 'intel_optimized_models', 'rfcn', 'pascal_voc'))

# Name (or path to) the matlab executable
__C.MATLAB = 'matlab'
Expand Down

0 comments on commit b5e6707

Please sign in to comment.