1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 07:13:02 +04:00

Fix autodetection of input size for dnn networks

This commit is contained in:
Dmitry Kurtaev
2019-09-29 22:02:42 +03:00
parent 507ca291e1
commit fba9fdfd27
2 changed files with 17 additions and 10 deletions
+1 -2
View File
@@ -105,8 +105,7 @@ TEST_P(Test_Model, Classify)
}
// disabled: https://github.com/opencv/opencv/pull/15593
TEST_P(Test_Model, DISABLED_DetectRegion)
TEST_P(Test_Model, DetectRegion)
{
applyTestTag(CV_TEST_TAG_LONG, CV_TEST_TAG_MEMORY_1GB);