Updated .gitignore file, small renaming fix for executable.
This commit is contained in:
parent
7067c7cc74
commit
7eb6f264f4
2 changed files with 11 additions and 1 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -9,3 +9,13 @@ exe/FeatureExtraction/x64/
|
||||||
x64/Release/
|
x64/Release/
|
||||||
OpenFace.VC.opendb
|
OpenFace.VC.opendb
|
||||||
OpenFace.sdf
|
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/
|
||||||
|
|
|
@ -16,7 +16,7 @@ end
|
||||||
output = './mpii_out/';
|
output = './mpii_out/';
|
||||||
|
|
||||||
%% Perform actual gaze predictions
|
%% 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*']);
|
p_dirs = dir([database_root, 'p*']);
|
||||||
|
|
||||||
parfor p=1:numel(p_dirs)
|
parfor p=1:numel(p_dirs)
|
||||||
|
|
Loading…
Reference in a new issue