mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2025-12-30 04:52:29 +00:00
Small g++ fix
This commit is contained in:
@@ -124,7 +124,7 @@ public:
|
||||
|
||||
// Identify if models are static or dynamic (useful for correction and shifting)
|
||||
std::vector<bool> GetDynamicAUClass() const; // Presence
|
||||
std::vector<std::pair<string, bool>> FaceAnalyser::GetDynamicAUReg() const; // Intensity
|
||||
std::vector<std::pair<string, bool>> GetDynamicAUReg() const; // Intensity
|
||||
|
||||
|
||||
void ExtractAllPredictionsOfflineReg(vector<std::pair<std::string, vector<double>>>& au_predictions, vector<double>& confidences, vector<bool>& successes, vector<double>& timestamps, bool dynamic);
|
||||
|
||||
Reference in New Issue
Block a user