image classification output for Yolo in 2022

Hi, is (now) possible to export annotation in yolo format or is need to parse the json to yolo format?

Thanks

Hi @info2000, the output annotations are still in a JSONL file, and you still need to parse it to the YOLO format afterwards. You can refer to this blogpost that did a similar approach (although here he's converting it into the COCO format but he also showed what a typical image annotation looks like)

perfect!! thanks @ljvmiranda921