Skip to content

Use YuNet of fixed input shape to avoid 'parseShape' error #45

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

Merged
merged 4 commits into from
Apr 1, 2022
Merged

Use YuNet of fixed input shape to avoid 'parseShape' error #45

merged 4 commits into from
Apr 1, 2022

Conversation

fengyuentau
Copy link
Member

No description provided.

@fengyuentau fengyuentau added the bug Something isn't working label Mar 31, 2022
@fengyuentau fengyuentau self-assigned this Mar 31, 2022
Copy link
Member

@zihaomu zihaomu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@fengyuentau fengyuentau merged commit 4563a91 into opencv:master Apr 1, 2022
@bwmcin
Copy link

bwmcin commented Apr 5, 2022

I ran the latest version of face_detection_yunet on AGX, with OpenCV 4.5.5, with backend CUDA and target CUDA, and received error -220, unsupported format or combination of formats, onnx_importer.cpp:199. I was using the face_detection_yunet_2022mar.onnx file. Don't know if this is related to above or not.

@fengyuentau
Copy link
Member Author

@bwmcin There is a tracking issue #31 for the simular problem. Let me reproduce it and see what the problem is.

@fengyuentau fengyuentau deleted the fix_yunet_for_opencv branch May 17, 2022 07:35
fengyuentau added a commit that referenced this pull request Jun 8, 2023
* replace with yunet of fixed input shape

* update quantized yunet

* update yunet filename used in scripts

* add a note message for #44
@fengyuentau fengyuentau added this to the 4.9.0 (first release) milestone Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace default YuNet with the one of fixed input shape to avoid 'parseShape' error
3 participants