mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-14 19:27:56 +00:00
Another g++ fix.
This commit is contained in:
@@ -1049,7 +1049,7 @@ void FaceAnalyser::Read(std::string model_loc)
|
||||
else if (module.compare("PDM") == 0)
|
||||
{
|
||||
cout << "Reading the PDM from: " << location;
|
||||
pdm = PDM::PDM();
|
||||
pdm = PDM();
|
||||
pdm.Read(location);
|
||||
cout << "... Done" << endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user