Skip to content
New issue

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

The following error occured while making allocate() for layer "conv11" #4

Open
faizan170 opened this issue Jul 22, 2020 · 0 comments
Open

Comments

@faizan170
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant