Bug fix Bosphorus script.

This commit is contained in:
Tadas Baltrusaitis 2017-12-20 07:08:14 +00:00
parent 1a092e3fad
commit 57ebf069c3
2 changed files with 3 additions and 3 deletions

View file

@ -9,9 +9,9 @@ out_loc = './out_bosph/';
%% %%
if(isunix) if(isunix)
executable = '"../../build/bin/FeatureExtraction"'; executable = '"../../build/bin/FaceLandmarkImg"';
else else
executable = '"../../x64/Release/FeatureExtraction.exe"'; executable = '"../../x64/Release/FaceLandmarkImg.exe"';
end end
bosph_dirs = dir([Bosphorus_dir, '/BosphorusDB/BosphorusDB/bs*']); bosph_dirs = dir([Bosphorus_dir, '/BosphorusDB/BosphorusDB/bs*']);

View file

@ -1,2 +1,2 @@
Mean error, median error Mean error, median error
9.438, 8.611 9.428, 8.611