mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Merge pull request #9188 from arrybn:mobilenet_ssd_sample
This commit is contained in:
@@ -234,7 +234,7 @@ public:
|
||||
|
||||
if (numKept == 0)
|
||||
{
|
||||
CV_ErrorNoReturn(Error::StsError, "Couldn't find any detections");
|
||||
return;
|
||||
}
|
||||
int outputShape[] = {1, 1, (int)numKept, 7};
|
||||
outputs[0].create(4, outputShape, CV_32F);
|
||||
|
||||
Reference in New Issue
Block a user