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

how to using onnx model without cv FaceDetectorYN #368

Open
NinjaCats opened this issue Nov 18, 2023 · 1 comment
Open

how to using onnx model without cv FaceDetectorYN #368

NinjaCats opened this issue Nov 18, 2023 · 1 comment

Comments

@NinjaCats
Copy link

NinjaCats commented Nov 18, 2023

I didn't find relevant code in <opencv2/objdetect/face.hpp>. Could you please explain the meaning of these outputs? I want to integrate them into another platform where I can't use OpenCV

this is face_detection_yunet_2023mar.onnx outputs
0 cls_8: [1, 6400, 1]
1 cls_16: [1, 1600, 1]
2 cls_32: [1, 400, 1]
3 obj_8: [1, 6400, 1]
4 obj_16: [1, 1600, 1]
5 obj_32: [1, 400, 1]
6 bbox_8: [1, 6400, 4]
7 bbox_16: [1, 1600, 4]
8 bbox_32: [1, 400, 4]
9 kps_8: [1, 6400, 10]
10 kps_16: [1, 1600, 10]
11 kps_32: [1, 400, 10]

@darnellcoco
Copy link

Also meet this problem, do u get the meaning of these outputs now?

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

2 participants