Good day! I would like to know if the implementation of the OBB model is planned in the near future. I work with Yolo OBB and I am very interested in the AI Kit for YOLO, but the lack of OBB is very upsetting. I saw a post about the integration of non-standard models, but unfortunately I will not understand without a detailed guide.
Hey @nickdmnv,
Welcome to the Hailo Community!
Currently, we don’t have YOLO OBB officially supported in our Model Zoo. However, several community members have successfully implemented it, and we’d be happy to help you do the same.
The process involves two main steps:
- Compiling your model to our .hef format
- Writing a custom post-processing implementation (it’s quite straightforward!)
I’d be more than happy to guide you through this process if you’d like to try it.
Additionally, I’ll check with our R&D team about potentially adding YOLO OBB to our official support timeline and will update you on that.
Let me know if you’d like to proceed with the implementation, and we can get started!
Best regards,
Omria
Thank you! At this stage I will try to solve the problem myself. If it doesn’t work out, I’ll turn to you for support!
Hello,
I wanted to ask if there is any news regarding the official support for Yolo OBB?
Thanks and best regards,
@user146 and @nickdmnv
We added support to YOLO-OBB models in our PySDK. Please see hailo_examples/examples/011_obb_detection.ipynb at main · DeGirum/hailo_examples for an example.
Hi @shashi good to hear that you have manage to retrain and inference on youre PySDK but i just for learning sake how did you guys manage to retrain on an unknow model which not provided by Hailo DFC, This is asked because ive try their dfc and when i try to quantized it the output is quite messed up on their out 9 conv for yolov8n-obb.