- AUs retrained using CE-CLM landmark detection

- bug fix with -gaze parameter
- bug fix with prefered location of bounding box
- re-initializing more often
This commit is contained in:
Tadas Baltrusaitis
2017-09-21 19:15:03 +01:00
parent 2928584e35
commit 06c3aeb280
312 changed files with 1022 additions and 38 deletions

View File

@@ -151,9 +151,7 @@ FaceModelParameters::FaceModelParameters(vector<string> &arguments)
else if (arguments[i].compare("-gaze") == 0)
{
track_gaze = true;
valid[i] = false;
i++;
}
else if (arguments[i].compare("-q") == 0)
{
@@ -308,7 +306,7 @@ void FaceModelParameters::init()
limit_pose = true;
multi_view = false;
reinit_video_every = 4;
reinit_video_every = 2;
// Face detection
haar_face_detector_location = "classifiers/haarcascade_frontalface_alt.xml";