vietanhdev / anylabeling

Effortless AI-assisted data labeling with AI support from YOLO, Segment Anything (SAM+SAM2), MobileSAM!!
https://anylabeling.nrl.ai
GNU General Public License v3.0
2.24k stars 238 forks source link

Exporting to standard JSON COCO #13

Open aliddp opened 1 year ago

aliddp commented 1 year ago

please add export to standard JSON coco format

honestaburke commented 1 year ago

You can convert the json files to the JSON coco format using the script from the original Labelme

aliddp commented 1 year ago

You can convert the json files to the JSON coco format using the script from the original Labelme

thank you

ryouchinsa commented 1 year 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 and import/export the COCO format.

sam_polygon

ShSi1001 commented 1 year ago

Does it not work with windows? @ryouchinsa ryouchinsa

ryouchinsa commented 1 year ago

@ShSi1001,

Thanks for your feedback. For the Windows devices, you can use Segment Anything CPP Wrapper to develop an image annotation tool using Segment Anything models.

ryouchinsa commented 10 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