A small change to MPII script (not using wild parameters makes it more accurate).
This commit is contained in:
parent
c6a26861e6
commit
a4d20fc9b4
3 changed files with 1 additions and 2 deletions
|
@ -40,7 +40,6 @@ parfor p=1:numel(p_dirs)
|
|||
out_p_loc = ['-opdir "', [output, p_dirs(p).name], '" '];
|
||||
command_c = cat(2, command, input_loc, out_img_loc, out_p_loc);
|
||||
|
||||
command_c = cat(2, command_c, ' -wild');
|
||||
if(isunix)
|
||||
unix(command_c, '-echo');
|
||||
else
|
||||
|
|
Binary file not shown.
|
@ -1,2 +1,2 @@
|
|||
Mean error, median error
|
||||
9.519, 8.857
|
||||
9.469, 8.773
|
||||
|
|
Loading…
Reference in a new issue