mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 20:58:38 +02: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_FOLDER { "TestResults" };
|
||||||
const QString TEST_RESULTS_FILENAME { "TestResults.txt" };
|
const QString TEST_RESULTS_FILENAME { "TestResults.txt" };
|
||||||
|
|
||||||
const double THRESHOLD_GLOBAL{ 0.9998 };
|
const double THRESHOLD_GLOBAL{ 0.9995 };
|
||||||
const double THRESHOLD_LOCAL { 0.7500 };
|
const double THRESHOLD_LOCAL { 0.6 };
|
||||||
|
|
||||||
QDir _imageDirectory;
|
QDir _imageDirectory;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue