user21909271
user21909271

Reputation:

How do I compile yolov11m .onnx to .hef, using hailomz

Error snippet on my terminal

hailomz compile: error: argument model_name: invalid choice: 'yolov11m'

I am trying to compile yolov11m model from .onnx to .hef using hailomz. But it says that the model name "yolov11m" is not valid. Probably due to the fact that it's a latest release and the valid names listed are previous yolo models. What is a work around this?

hailomz compile yolov11m --ckpt=best.onnx --hw-arch hailo8l --classes 12 --performance --calib-path /home/User_1/AI_Project/images/

Upvotes: 0

Views: 259

Answers (1)

Phénix333
Phénix333

Reputation: 21

Hi, this is a DFC version problem. For Yolo 11 you need the latest version which unfortunately doesn't work under wsl because of hailo_platform which we can't install. So for the moment, apart from switching to linux, we're limited to yolov10. And no, you didn't make a mistake by putting yolov11m with a v because hailo has the v (an aberration for me).

Upvotes: 0

Related Questions