Bug fix Bosphorus script.
This commit is contained in:
parent
1a092e3fad
commit
57ebf069c3
2 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@ out_loc = './out_bosph/';
|
|||
|
||||
%%
|
||||
if(isunix)
|
||||
executable = '"../../build/bin/FeatureExtraction"';
|
||||
executable = '"../../build/bin/FaceLandmarkImg"';
|
||||
else
|
||||
executable = '"../../x64/Release/FeatureExtraction.exe"';
|
||||
executable = '"../../x64/Release/FaceLandmarkImg.exe"';
|
||||
end
|
||||
|
||||
bosph_dirs = dir([Bosphorus_dir, '/BosphorusDB/BosphorusDB/bs*']);
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Mean error, median error
|
||||
9.438, 8.611
|
||||
9.428, 8.611
|
||||
|
|
Loading…
Reference in a new issue