Skip to content

dnn(OpenCL): fix top initialization in verifyResult#20586

Merged
opencv-pushbot merged 1 commit intoopencv:3.4from
alalek:issue_20585
Aug 21, 2021
Merged

dnn(OpenCL): fix top initialization in verifyResult#20586
opencv-pushbot merged 1 commit intoopencv:3.4from
alalek:issue_20585

Conversation

@alalek
Copy link
Copy Markdown
Member

@alalek alalek commented Aug 21, 2021

resolves #20585

top = UMat::zeros(4, sz, (use_half_) ? CV_16SC1 : CV_32FC1);

doesn't work as expected.

@alalek
Copy link
Copy Markdown
Member Author

alalek commented Aug 21, 2021

/cc @diablodale

@diablodale
Copy link
Copy Markdown
Contributor

good luck... 😉 DNN module is a mystery to me 👻

@alalek
Copy link
Copy Markdown
Member Author

alalek commented Aug 21, 2021

👍

@opencv-pushbot opencv-pushbot merged commit 77a5c43 into opencv:3.4 Aug 21, 2021
@alalek alalek mentioned this pull request Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

errant initialization in DNN OCL4DNNConvSpatial<float>::verifyResult

3 participants