Skip to content

Commit

Permalink
use fullfile to generate paths
Browse files Browse the repository at this point in the history
  • Loading branch information
eendebakpt committed Oct 12, 2014
1 parent f97ab5c commit b633081
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions experiments/spp_exp_cache_features_voc.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ function spp_exp_cache_features_voc(chunk, opts)

% -------------------- CONFIG --------------------
if ~exist('opts', 'var')
opts.net_file = fullfile(pwd, 'data\cnn_model\Zeiler_conv5\Zeiler_conv5');
opts.net_def_file = fullfile(pwd, 'data\cnn_model\Zeiler_conv5\Zeiler_spm_scale224_test_conv5.prototxt');
opts.spp_params_def = fullfile(pwd, 'data\cnn_model\Zeiler_conv5\spp_config');
opts.net_file = fullfile(pwd, 'data','cnn_model','Zeiler_conv5','Zeiler_conv5');
opts.net_def_file = fullfile(pwd, 'data','cnn_model','Zeiler_conv5','Zeiler_spm_scale224_test_conv5.prototxt');
opts.spp_params_def = fullfile(pwd, 'data','cnn_model','Zeiler_conv5','spp_config');

opts.flip = false;
opts.feat_cache_copy_from = 'Zeiler_conv5_back';
Expand Down

0 comments on commit b633081

Please sign in to comment.