1
0
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:
Alexander Alekhin
2017-08-01 11:12:54 +00:00
4 changed files with 3351 additions and 1 deletions
@@ -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);