mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-16 04:08:00 +00:00
Cleaning up and adding AU training - WIP
This commit is contained in:
@@ -75,7 +75,7 @@ void SVM_dynamic_lin::Read(std::ifstream& stream, const std::vector<std::string>
|
||||
LandmarkDetector::ReadMatBin(stream, m_tmp);
|
||||
if(cv::norm(m_tmp - this->means > 0.00001))
|
||||
{
|
||||
cout << "Something went wrong with the SVR dynamic regressors" << endl;
|
||||
cout << "Something went wrong with the SVM dynamic classifiers" << endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user