updated tests thresholds
This commit is contained in:
@@ -100,7 +100,7 @@ int CV_AMLTest::validate_test_results( int testCaseIdx )
|
||||
resultNode["mean"] >> mean;
|
||||
resultNode["sigma"] >> sigma;
|
||||
float curErr = get_error( testCaseIdx, CV_TEST_ERROR );
|
||||
const int coeff = 3;
|
||||
const int coeff = 4;
|
||||
ts->printf( CvTS::LOG, "Test case = %d; test error = %f; mean error = %f (diff=%f), %d*sigma = %f",
|
||||
testCaseIdx, curErr, mean, abs( curErr - mean), coeff, coeff*sigma );
|
||||
if ( abs( curErr - mean) > coeff*sigma )
|
||||
|
||||
Reference in New Issue
Block a user