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

Question about blobconverter #5

Open
Jungduri opened this issue Feb 17, 2023 · 0 comments
Open

Question about blobconverter #5

Jungduri opened this issue Feb 17, 2023 · 0 comments

Comments

@Jungduri
Copy link

Hi, I am glad to know this repo, and I've got a lot of favors from you.
To be honest, I had also tried to convert model from xml(openvino IR) to blob file; I could not get the correct inference result like you.
Can I ask you how do you make blob file in detail?
I also used Pinto's model zoo for obtaining onnx and xml files as you mention in the README.
Both I tried:

  1. onnx -> xml -> blob
  2. xml -> blob
  3. onnx -> blob
    To get a xml file from an onnx, I utilized model conversion.
    To get a blob file from an onnx and xml file formats, blobconveter of depthai helped me.
    All three result, not successful. It seems like shifted in a specific direction.

image
Result from blob model you present. Good to ignore the face and some joints fail to detect since target is a mannequin not a real person.

image

Result from blob model that I converted.
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