what I wan to implement is to allow yolov11 to predict object with oriented bounding box (x1, y1, x2, y2, angle), not just (x1, y1, x2, y2). The angle is additional. So I change the yolo11n’s head structure (regression head), which conv’s output channel is +1. But this model will fail during hailo optimize process. the error log: File "/home/jbl/PythonEnv/py310/lib/python3.10/site-packages/hailo_model_optimization/acceleras/hailo_layers/hailo_postprocess.py", line 121, in call_core retu...| Hailo Community