diff --git a/.gitignore b/.gitignore index 97c2070..4993724 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 4395b58..b1f990b 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)