Skip to content

Commit

Permalink
auto mkdir in startup
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaoqingRen committed Sep 24, 2014
1 parent c075bd9 commit 245fd28
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion startup.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@
end
addpath(fullfile(curdir,'experiments'));
addpath(fullfile(curdir,'imdb'));
fprintf('R-CNN startup done\n');

mkdir_if_missing(fullfile(curdir, 'bin'));
mkdir_if_missing(fullfile(curdir, 'cachedir'));
mkdir_if_missing(fullfile(curdir, 'feat_cache'));

fprintf('SPP_net startup done\n');

0 comments on commit 245fd28

Please sign in to comment.