anylabeling icon indicating copy to clipboard operation
anylabeling copied to clipboard

addition of other annotation formats such as YOLO

Open enekuie opened this issue 1 year ago • 4 comments

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 avatar Aug 20 '23 08:08 enekuie

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

enekuie avatar Aug 29 '23 11:08 enekuie

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?

Kk875 avatar Aug 31 '23 06:08 Kk875

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 avatar Sep 02 '23 17:09 ryouchinsa

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

ryouchinsa avatar Oct 23 '23 18:10 ryouchinsa