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

Using output JSON to train a custom detection model #128

Closed servetcoskun closed 11 months ago

servetcoskun commented 12 months ago

This is not directly anylabel related, but it would be great if someone could help point in the right direction for using the output JSON file after segmenting many objects in multiple pictures to e.g., train a custom yolo model. Are there any easy to use guides on how to do this?

Thanks!

aiyou9 commented 11 months ago

use this fork project util tool to converter to yolo or coco format file https://github.com/CVHub520/X-AnyLabeling/blob/main/tools/label_converter.py

servetcoskun commented 11 months ago

Thanks, will try this. Closing this as its not directly related to anylabel.