I have a file that has annotation for a image for object detection. I wanted to change this into a COCO format so that I can retrain a yolo model for this, but I dont know how to change this format or if this is another model format. It is saved in a Json format which makes me think of COCO but I am not sure. Any help with this will be appreciated.
This is the file:
{"review_status":"pass","annotated_data":[{"data":[],"label":"Truck","bounding_box_data":[{"x":546,"y":245,"width":63,"height":93},{"x":606,"y":213,"width":48,"height":71}]},{"data":[],"label":"Pedestrian","bounding_box_data":[{"x":486,"y":305,"width":19,"height":48}]},{"data":[],"label":"Bus","bounding_box_data":[{"x":889,"y":226,"width":39,"height":53}]}],"annotation_status":"done"}