People-tracking-with-Age-and-Gender-detection icon indicating copy to clipboard operation
People-tracking-with-Age-and-Gender-detection copied to clipboard

Traceback (most recent call last): File "object_tracker.py", line 69, in <module> detections = net.forward() cv2.error: OpenCV(4.0.0) /io/opencv/modules/dnn/src/layers/convolution_layer.cpp:236: error: (-215:Assertion failed) blobs.size() != 0 in function 'getMemoryShapes'

Open Sukhoimaster opened this issue 6 years ago • 0 comments
trafficstars

this is the following output : File "object_tracker.py", line 69, in detections = net.forward()

cv2.error: OpenCV(4.0.0) /io/opencv/modules/dnn/src/layers/convolution_layer.cpp:236: error: (-215:Assertion failed) blobs.size() != 0 in function 'getMemoryShapes'

how can i resolve this.

Sukhoimaster avatar Aug 27 '19 17:08 Sukhoimaster