mirror of
https://github.com/opencv/opencv.git
synced 2026-09-13 13:55:39 -05:00
Fix autodetection of input size for dnn networks
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user