mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2025-12-30 04:52:29 +00:00
Updated .gitignore file, small renaming fix for executable.
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -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/
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user