Arda Öztüner
Results
2
issues of
Arda Öztüner
Is there a version or approach of this method that fits oriented bounding boxes in a polygon, or does it only detect axis-aligned rectangles with an orientation of 0 degrees?
# Fix OBB Corner Detection in `convert_yolo_obb_to_annotation` ## Problem The previous implementation calculated the top-left corner of oriented bounding boxes (OBBs) using geometric transformations from the center point. This approach...
fix