Cleaning up and adding AU training - WIP

This commit is contained in:
Tadas Baltrusaitis
2016-06-03 09:33:04 -04:00
parent 803575d5b7
commit 27641add77
441 changed files with 11859 additions and 249 deletions

View File

@@ -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;
}
}