Small image colour fix.

This commit is contained in:
Tadas Baltrusaitis 2018-01-15 07:52:55 +00:00
parent 408d695f39
commit b355b5b3ab
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ namespace OpenFaceOffline
var landmarks = clnf_model.CalculateAllLandmarks();
// Predict action units
var au_preds = face_analyser.PredictStaticAUsAndComputeFeatures(grayFrame, landmarks, ShowAppearance);
var au_preds = face_analyser.PredictStaticAUsAndComputeFeatures(frame, landmarks, ShowAppearance);
// Predic eye gaze
gaze_analyser.AddNextFrame(clnf_model, detectionSucceeding, reader.GetFx(), reader.GetFy(), reader.GetCx(), reader.GetCy());