vietanhdev / anylabeling

Effortless AI-assisted data labeling with AI support from YOLO, Segment Anything, MobileSAM!!
https://anylabeling.nrl.ai
GNU General Public License v3.0
2k stars 218 forks source link

Labeling problems for instance segmentation #127

Open lsm140 opened 12 months ago

lsm140 commented 12 months ago

Anylabeling does not support removing skeletonized areas, so the resulting polygon mask is wrong and not in rle format.

ryouchinsa commented 10 months ago

Thanks for your great tool AnyLabeling.

RectLabel is an offline image annotation tool for object detection and segmentation. Although this is not an open source program, you can label polygons using Segment Anything models, you can erase points of polygons, and export to the COCO RLE format.

sam_polygon

ryouchinsa commented 8 months ago

Improved "Create polygon using SAM" feature so that you can label pixels using the pixels option. You can label Segment Anything 1 Billion (SA-1B) like dataset by yourself.

sam-pixels