ultralytics / JSON2YOLO

Convert JSON annotations into YOLO format.
https://docs.ultralytics.com
GNU Affero General Public License v3.0
862 stars 232 forks source link

xml to coco #3

Open MichaelCong opened 5 years ago

MichaelCong commented 5 years ago

convert YOLO (darknet) datasets into JSON format

AntonioNuAc commented 4 years ago

Hello, Is there any way to convert YOLO labels (.txt) to COCO (.json) format?

ryouchinsa commented 1 year ago

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

glenn-jocher commented 1 year ago

Thank you for your inquiry! One approach to convert YOLO labels in .txt format to COCO .json format is to use RectLabel, an offline image annotation tool. While RectLabel is not open source, it does support the import of YOLO format and export to COCO format. This allows for the efficient conversion of datasets between the two formats. If you have any more questions or need further assistance, feel free to ask!