Skip to content

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

Description

@faizan170

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions