Hello Hailo-Communiy,
i have trained a custom Yolov8s-OBB model and converted it to onnx and then to .hef using this end nodes of the yolo model:
name: yolov8s/conv43 → tensor: ?[-1,240,240,64]
name: yolov8s/conv44 → tensor: ?[-1,240,240,3]
name: yolov8s/conv45 → tensor: ?[-1,240,240,1]
name: yolov8s/conv57 → tensor: ?[-1,120,120,64]
name: yolov8s/conv58 → tensor: ?[-1,120,120,3]
name: yolov8s/conv59 → tensor: ?[-1,120,120,1]
name: yolov8s/conv70 → tensor: ?[-1,60,60,64]
name: yolov8s/conv71 → tensor: ?[-1,60,60,3]
name: yolov8s/conv72 → tensor: ?[-1,60,60,1]
I used custom dequanitzaion for those 9 end nodes to extract the bounding boxes, confidence, class, … but i did not get any result which actually displays correct detections.
Is there any way / guide how to use OBB models on the Hailo8 chips? Because as far as i found out, there is currently no possibility for post processing the rotated bounding boxes on the hailo device.
Thank you in advance and best regards.