-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to Integrate Yolo-OBB model into this application? #44
Comments
@muhammad-qasim-cowlar hello! Integrating the YOLOv8-OBB model into your application to leverage oriented bounding boxes (OBBs) is a great idea, especially if your use case benefits from more precise object localization. Here are the steps you can follow to make this integration:
By following these steps, you should be able to integrate the YOLOv8-OBB model into your application successfully. If you encounter any issues or have further questions, feel free to ask! Best of luck with your integration! 😊 For more detailed information on OBB datasets and training, you can refer to the Ultralytics documentation. |
Currently the application uses the x,y,width and height detected by the yolo model to draw bounding boxes. What would I need to do to integrate YOLOv8-OBB into the existing application as the OBB model can draw polygons and not just rectangles and it would be helpful for my usecase.
The text was updated successfully, but these errors were encountered: