Getting ready to testing a new sequence recorder.

This commit is contained in:
Tadas Baltrusaitis
2017-11-09 19:56:16 +00:00
parent 8ded025baf
commit e22060d073
4 changed files with 70 additions and 46 deletions

View File

@@ -157,7 +157,7 @@ void RecorderOpenFace::WriteObservation()
{
// As we are writing out the header, work out some things like number of landmarks, names of AUs etc.
int num_face_landmarks = landmarks_2D.rows / 2;
int num_eye_landmarks = eye_landmarks.size();
int num_eye_landmarks = (int)eye_landmarks.size();
int num_model_modes = pdm_params_local.rows;
std::vector<std::string> au_names_class;