Commit 332516e795a4f476001fe43d628e96d839375b31

Authored by M Taborsky
1 parent 886a0abc

some final changes to pittpatt

Showing 1 changed file with 2 additions and 2 deletions
sdk/plugins/pp5.cpp
... ... @@ -38,7 +38,7 @@ class PP5Initializer : public Initializer
38 38  
39 39 void initialize() const
40 40 {
41   - TRY(ppr_initialize_sdk(qPrintable(Globals->sdkPath + "/models/pp5/"), my_license_id, my_license_key))
  41 + TRY(ppr_initialize_sdk(qPrintable(Globals->sdkPath + "/share/openbr/models/pp5/"), my_license_id, my_license_key))
42 42 Globals->abbreviations.insert("PP5","Open+PP5Enroll!Identity:PP5Compare");
43 43 }
44 44  
... ... @@ -257,7 +257,7 @@ class PP5Compare : public Distance
257 257  
258 258 float _compare(const Template &target, const Template &query) const
259 259 {
260   - qDebug("PP5Compare: _compare should never be called");
  260 + qFatal("PP5Compare: _compare should never be called");
261 261 return 0;
262 262 }
263 263  
... ...