diff --git a/lib/local/FaceAnalyser/include/FaceAnalyser.h b/lib/local/FaceAnalyser/include/FaceAnalyser.h index bf43def..e5bd9f8 100644 --- a/lib/local/FaceAnalyser/include/FaceAnalyser.h +++ b/lib/local/FaceAnalyser/include/FaceAnalyser.h @@ -124,7 +124,7 @@ public: // Identify if models are static or dynamic (useful for correction and shifting) std::vector GetDynamicAUClass() const; // Presence - std::vector> FaceAnalyser::GetDynamicAUReg() const; // Intensity + std::vector> GetDynamicAUReg() const; // Intensity void ExtractAllPredictionsOfflineReg(vector>>& au_predictions, vector& confidences, vector& successes, vector& timestamps, bool dynamic);