JSON2YOLO icon indicating copy to clipboard operation
JSON2YOLO copied to clipboard

xml to coco

Open MichaelCong opened this issue 5 years ago • 3 comments

convert YOLO (darknet) datasets into JSON format

MichaelCong avatar Sep 19 '19 06:09 MichaelCong

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

AntonioNuAc avatar Jul 03 '20 10:07 AntonioNuAc

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.

ryouchinsa avatar Feb 22 '23 14:02 ryouchinsa

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!

glenn-jocher avatar Nov 09 '23 18:11 glenn-jocher