Commit 58c8aefe authored by Alexander Alekhin's avatar Alexander Alekhin

dnn(text): update check threshols

- make green Linux debug/Linux32/Win32 builders
parent 085b27fc
......@@ -521,7 +521,7 @@ TEST(Test_TensorFlow, EAST_text_detection)
Mat geometry = outs[1];
normAssert(scores, blobFromNPY(refScoresPath), "scores");
normAssert(geometry, blobFromNPY(refGeometryPath), "geometry", 5e-5, 1e-3);
normAssert(geometry, blobFromNPY(refGeometryPath), "geometry", 1e-4, 3e-3);
LayerFactory::unregisterLayer("ResizeBilinear");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment