mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2025-12-30 13:02:30 +00:00
Towards a big recording simplification.
This commit is contained in:
@@ -341,6 +341,8 @@ int main (int argc, char **argv)
|
||||
fy = fx;
|
||||
}
|
||||
|
||||
Recorder::RecorderOpenFaceParameters params(arguments);
|
||||
|
||||
// TODO this should always be video input
|
||||
int num_eye_landmarks = LandmarkDetector::CalculateAllEyeLandmarks(face_model).size(); // TODO empty file check replaced
|
||||
Recorder::RecorderOpenFace openFaceRec(output_files[f_n], input_files[f_n], true, output_2D_landmarks, output_3D_landmarks, output_model_params, output_pose, output_AUs, output_gaze, !output_hog_align_files.empty(),
|
||||
|
||||
Reference in New Issue
Block a user