SunHao-AI

Results 3 issues of SunHao-AI

# Description When I used the yolo11-seg model for slice inference, I found that the merging did not work well. After analysis, it is found that for slender objects, its...

priority:high

https://github.com/ultralytics/ultralytics/issues/18542 >The Albumentations library does not natively provide instance-level binding for boxes, segments, and poses, which can lead to consistency issues when spatial transformations occur. My PR addresses this issue...

Stale
OBB
segment
pose

- Added `repair_polygon` and `repair_multipolygon` functions to repair invalid polygons and multipolygons. - Implemented `coco_segmentation_to_shapely` function to convert COCO format segmentation data into Shapely objects. - Enhanced the `get_union_polygon` function...