hailo-ai / hailo_model_zoo

The Hailo Model Zoo includes pre-trained models and a full building and evaluation environment
MIT License
185 stars 35 forks source link

Yolov4-tiny convert error #96

Open MarkTsai1989 opened 1 month ago

MarkTsai1989 commented 1 month ago

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 commented 2 weeks ago

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,