From 7eb6f264f4aafc4b2700fd9842f5f3d2a7b78ea0 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 28 Apr 2016 18:15:39 -0400 Subject: [PATCH] Updated .gitignore file, small renaming fix for executable. --- .gitignore | 10 ++++++++++ .../Gaze Experiments/extract_mpii_gaze_test.m | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 97c2070e..49937247 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ diff --git a/matlab_runners/Gaze Experiments/extract_mpii_gaze_test.m b/matlab_runners/Gaze Experiments/extract_mpii_gaze_test.m index 4395b584..b1f990bf 100644 --- a/matlab_runners/Gaze Experiments/extract_mpii_gaze_test.m +++ b/matlab_runners/Gaze Experiments/extract_mpii_gaze_test.m @@ -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)