Hailomz no obb model name for compiling to onnx to hef

During Compiling to hef format i find that there is no model argument for yolov8n-obb. How to fix this

You can either wait for an update, or convert only the part of the yolov8-obb model that can operate on hailo to .hef through DFC and coding the pre&post-processing refering the yolov-8 cpp source code.

can get any reference on this particular model conversion

Hi @sutharrsan_anandan,

You can check how to perform such conversions with our DFC by opening our tutorials with:

hailo tutorial

There you will find an in-depth explanation of every step of the conversion.

You can also refer to the DFC guide.

1 Like

Refer to the Hailo Dataflow Compiler User Guide documentation.

after convert to hef, refer to yolov8-cpp source code in github.

good luck.

1 Like

Hi is there any update on yolo obb yet?