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

What happened with COCO annotations? #133

Closed hdnh2006 closed 10 months ago

hdnh2006 commented 11 months ago

I started to use again this repo.

I remember at the beginning the outputs provided where in COCO format, am I wrong? 🤔🤔

Can you let me know how to read COCO annotations? I don't want to label in labelme format because I already have my annotations in COCO format. I loved that feature from this repo 😢😢

I don't know if I am wrong, please explain. Thank you.

vietanhdev commented 11 months ago

@hdnh2006 This tool didn't use COCO format from the beginning. You can try this tool to convert the data: https://github.com/fcakyon/labelme2coco. I will add the support to convert between formats in this repo.

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

sam_polygon

hdnh2006 commented 10 months ago

@hdnh2006 This tool didn't use COCO format from the beginning. You can try this tool to convert the data: https://github.com/fcakyon/labelme2coco. I will add the support to convert between formats in this repo.

So, I was confused. Thanks.