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

Yolov4-tiny convert error #96

Open
MarkTsai1989 opened this issue May 29, 2024 · 1 comment
Open

Yolov4-tiny convert error #96

MarkTsai1989 opened this issue May 29, 2024 · 1 comment

Comments

@MarkTsai1989
Copy link

MarkTsai1989 commented May 29, 2024

I encountered an error while parsing the weights from this webpage.

image

Below is the ONNX graph:
image
image
yolov4_1_3_416_416_static.zip

@omerwer
Copy link

omerwer commented Jun 20, 2024

Hi @MarkTsai1989,
The Hailo Parser have an automatic estimated end-node finder tools according to the supported ops in the model, but it only estimated and is not 100% accurate.
In your specific case, the model holds a relatively large postprocessing block, and not ops there are supported by the Hailo SW.
To successfully parse the model, the end nodes defined should be ['/models.29/conv18/Conv', '/models.36/conv21/Conv'].

Regards,

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