Small g++ fix
This commit is contained in:
parent
3a9a17d5fd
commit
9d2d13bc1a
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ public:
|
||||||
|
|
||||||
// Identify if models are static or dynamic (useful for correction and shifting)
|
// Identify if models are static or dynamic (useful for correction and shifting)
|
||||||
std::vector<bool> GetDynamicAUClass() const; // Presence
|
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);
|
void ExtractAllPredictionsOfflineReg(vector<std::pair<std::string, vector<double>>>& au_predictions, vector<double>& confidences, vector<bool>& successes, vector<double>& timestamps, bool dynamic);
|
||||||
|
|
Loading…
Reference in a new issue