Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
rcnn
Commits
ed46c722
Commit
ed46c722
authored
Mar 15, 2014
by
Ross Girshick
Browse files
show how to use RCNN_CONFIG_OVERRIDE
parent
2bf1ea6d
Changes
1
Show whitespace changes
Inline
Side-by-side
experiments/rcnn_run_pool5_explorer.m
View file @
ed46c722
function
rcnn_run_pool5_explorer
()
VOCdevkit = '/work4/rbg/VOC2007/VOCdevkit';
% Example of how to use RCNN_CONFIG_OVERRIDE in a function
%global RCNN_CONFIG_OVERRIDE;
%conf_override.exp_dir = './cachedir/rcnn/v1.1/pool5';
%RCNN_CONFIG_OVERRIDE = @() conf_override;
% -------------------- CONFIG --------------------
cache_name
=
'v1_finetune_voc_2007_trainval_iter_70k'
;
% change to point to your VOCdevkit install
VOCdevkit
=
'./datasets/VOCdevkit2007'
;
% ------------------------------------------------
imdb
=
imdb_from_voc
(
VOCdevkit
,
'test'
,
'2007'
);
pool5_explorer(imdb, 'v1_finetune_voc_2007_trainval_iter_70000');
pool5_explorer
(
imdb
,
cache_name
);
clear
global
RCNN_CONFIG_OVERRIDE
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment