Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Free Image Annotation Tool for Segmentation Model #519

Closed
1 task done
karankhatri13 opened this issue Jan 20, 2023 · 4 comments
Closed
1 task done

Free Image Annotation Tool for Segmentation Model #519

karankhatri13 opened this issue Jan 20, 2023 · 4 comments
Labels
question Further information is requested

Comments

@karankhatri13
Copy link

Search before asking

Question

Any Free Annotation tool apart from Roboflow ....!

Additional

No response

@karankhatri13 karankhatri13 added the question Further information is requested label Jan 20, 2023
@ryouchinsa
Copy link

ryouchinsa commented Jan 21, 2023

Labeling using an open source annotation tool Labelme, export to the COCO format, and convert to the YOLO segmentation format using the JSON2YOLO script.
ultralytics/yolov5#10621 (comment)

RectLabel is an offline image annotation tool for object detection and segmentation.
Although this is not an open source program, with RectLabel you can read/write/export the YOLO segmentation format.

class_index x1 y1 x2 y2 x3 y3 ...
0 0.180027 0.287930 0.181324 0.280698 0.183726 0.270573 ...

yolo_polygon

@pderrenger
Copy link
Member

@ryouchinsa thank you for reaching out! Labelme and RectLabel are popular choices for image annotation. It's good to hear that you found a tool that works for you. Both tools enable users to export annotations to the COCO format, which can then be converted to the YOLO segmentation format using the appropriate script. Best of luck with your segmentation project! 🖼️

@ryouchinsa
Copy link

We updated our general_json2yolo.py script so that the RLE mask with holes can be converted to the YOLO segmentation format correctly.
#917 (comment)

@glenn-jocher
Copy link
Member

@ryouchinsa that's excellent news! It sounds like you're making great progress. Having updated scripts that handle RLE masks with holes can significantly improve the workflow for segmentation tasks. The community often benefits from such contributions, so thanks for taking the time to refine the tools available for YOLOv8. Keep up the good work, and don't hesitate to reach out if you have any further questions or insights to share. Your efforts help drive the field forward! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants