mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Modified thresholds to reduce false positives.
This commit is contained in:
parent
687745dc7e
commit
7419f9899e
1 changed files with 2 additions and 2 deletions
|
@ -121,8 +121,8 @@ private:
|
|||
const QString TEST_RESULTS_FOLDER { "TestResults" };
|
||||
const QString TEST_RESULTS_FILENAME { "TestResults.txt" };
|
||||
|
||||
const double THRESHOLD_GLOBAL{ 0.9998 };
|
||||
const double THRESHOLD_LOCAL { 0.7500 };
|
||||
const double THRESHOLD_GLOBAL{ 0.9995 };
|
||||
const double THRESHOLD_LOCAL { 0.6 };
|
||||
|
||||
QDir _imageDirectory;
|
||||
|
||||
|
|
Loading…
Reference in a new issue