1 | initial version |
I solved it.
Try to download the latest opencv version(bigger then 4.1.0) and compile it yourself. This problem no longer occurs, it is already possible to load dnn normally and perform object detection normally.
So I think it is a bug in DetectionOutputLayerImpl::DecodeBBox. Because the check of the new source code prior_height > 0 has disappeared.