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

addition of other annotation formats such as YOLO #140

Open enekuie opened 10 months ago

enekuie commented 10 months ago

hello! i find your project really helpful and it makes auto-labeling really easy. i have a request to ask! yolo models have been added to this project for auto-labeling when lots of object detection tasks use yolo for annotation format but anylabeling save labels as jason files for each image so i would really appreciate if other annotation formats such as yolo would be added too (something like labelImg that has a menu to choose formats)

enekuie commented 10 months ago

i wrote this dedicated for this problem if anyone is interested: https://github.com/enekuie/COCO-json-annotations-to-YOLO-txt-format-converter.git

Kk875 commented 10 months ago

i wrote this dedicated for this problem if anyone is interested: https://github.com/enekuie/COCO-json-annotations-to-YOLO-txt-format-converter.git hi,Is it possible to convert successfully? The output of this repo is not in coco format, so don't you need to convert it to coco format first?

ryouchinsa commented 10 months ago

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 read/write/export the YOLO segmentation 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