Updated .gitignore file, small renaming fix for executable.

This commit is contained in:
unknown 2016-04-28 18:15:39 -04:00
parent 7067c7cc74
commit 7eb6f264f4
2 changed files with 11 additions and 1 deletions

10
.gitignore vendored
View File

@ -9,3 +9,13 @@ exe/FeatureExtraction/x64/
x64/Release/
OpenFace.VC.opendb
OpenFace.sdf
matlab_runners/Action Unit Experiments/AU_preds/
matlab_runners/Feature Point Experiments/out_wild_clnf/
matlab_runners/Demos/demo_img/
matlab_runners/Demos/demo_vid/
matlab_runners/Feature Point Experiments/out_wild_clnf_wild/
matlab_runners/Feature Point Experiments/out_wild_svr/
matlab_runners/Feature Point Experiments/out_wild_svr_wild/
matlab_runners/Feature Point Experiments/yt_features/
matlab_runners/Feature Point Experiments/yt_features_clm/
matlab_runners/Gaze Experiments/mpii_out/

View File

@ -16,7 +16,7 @@ end
output = './mpii_out/';
%% Perform actual gaze predictions
command = sprintf('"../../x64/Release/FaceTrackingImg.exe" -fx 1028 -fy 1028 -gaze ');
command = sprintf('"../../x64/Release/FaceLandmarkImg.exe" -fx 1028 -fy 1028 -gaze ');
p_dirs = dir([database_root, 'p*']);
parfor p=1:numel(p_dirs)