You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.