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

Commit b5e6707

Browse files
committed
fix wrong prototxt file path
1 parent 43a2595 commit b5e6707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rfcn/lib/fast_rcnn/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
__C.DATA_DIR = osp.abspath(osp.join(__C.ROOT_DIR, 'data'))
209209

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

213213
# Name (or path to) the matlab executable
214214
__C.MATLAB = 'matlab'

0 commit comments

Comments
 (0)