I am doing some machine learning algorithms on a video. My problem is that I get this cv2. error
cv2.error: OpenCV(4.0.0) C:\projects\opencv-python\opencv\modules\dnn\src\layers\convolution_layer.cpp:1114: error: (-215:Assertion failed) inputs[0].size[1] % blobs[0].size[1] == 0 in function ‘cv::dnn::ConvolutionLayerImpl::forward’
has anybody an idea what this could be?
Thanks in advance
Leon