We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After selecting bounding boxes on multiple object tracking. Getting this error.
OpenCV Error: Assertion failed (input.dims() == 4 && (input.type() == CV_32F || input.type() == CV_64F)) in cv::dnn::ConvolutionLayerImpl::allocate, file C:\projects\opencv-python\opencv_contrib\modules\dnn\src\layers\convolution_layer.cpp, line 90 OpenCV Error: Assertion failed (The following error occured while making allocate() for layer "conv11": input.dims() == 4 && (input.type() == CV_32F || input.type() == CV_64F)) in cv::dnn::ConvolutionLayerImpl::allocate, file C:\projects\opencv-python\opencv_contrib\modules\dnn\src\layers\convolution_layer.cpp, line 90 Traceback (most recent call last): File "trackMultipleObjects.py", line 120, in <module> success, boxes = multipleTrackerOpenCV.update(frame) cv2.error: C:\projects\opencv-python\opencv_contrib\modules\dnn\src\layers\convolution_layer.cpp:90: error: (-215) The following error occured while making allocate() for layer "conv11": input.dims() == 4 && (input.type() == CV_32F || input.type() == CV_64F) in function cv::dnn::ConvolutionLayerImpl::allocate
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After selecting bounding boxes on multiple object tracking. Getting this error.
The text was updated successfully, but these errors were encountered: