Another fix for renaming and relocating sample images.
This commit is contained in:
parent
d460c740ee
commit
69de6fb83d
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ if(~exist(output, 'file'))
|
|||
mkdir(output)
|
||||
end
|
||||
|
||||
in_files = dir('../../videos/2015-10-15-15-14.avi');
|
||||
in_files = dir('../../samples/2015-10-15-15-14.avi');
|
||||
% some parameters
|
||||
verbose = true;
|
||||
|
||||
|
@ -23,7 +23,7 @@ command = cat(2, command, ' -verbose -no2Dfp -no3Dfp -noMparams -noPose -noAUs
|
|||
% for every video)
|
||||
for i=1:numel(in_files)
|
||||
|
||||
inputFile = ['../../videos/', in_files(i).name];
|
||||
inputFile = ['../../samples/', in_files(i).name];
|
||||
[~, name, ~] = fileparts(inputFile);
|
||||
|
||||
% where to output tracking results
|
||||
|
|
Loading…
Reference in a new issue