People-tracking-with-Age-and-Gender-detection
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'
trafficstars
this is the following output :
File "object_tracker.py", line 69, in
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.