HumanSignal / label-studio

Label Studio is a multi-type data labeling and annotation tool with standardized output format
https://labelstud.io
Apache License 2.0
19.33k stars 2.4k forks source link

Integrate YOLOv10 to Label-Studio #6646

Closed datnguyen-tien204 closed 1 day ago

datnguyen-tien204 commented 1 day ago

Thank you for an excellent tool. Currently, I want to use YOLOv10 to create an auto-labeling tool. Where can I edit the code to adjust bounding boxes and update them when I receive bounding boxes from YOLOv10 ? My task is Object Detection. Wishing you a productive day!

makseq commented 1 day ago

It's already done here: https://github.com/HumanSignal/label-studio-ml-backend/tree/master/label_studio_ml/examples/yolo

Just add, for instance, model_path="yolo11n.pt" to you labeling configuration. See examples in the docs above ^.