I was looking for an online service that allow me to annotate images with bounding boxes, I found labelbox, but there bounding box label format is different than the format that I need which is yolo.
This is there format: "bbox": { "top": 186, "left": 192, "height": 300, "width": 519 }
.
The format that i need is x_center y_center width height
, also the values needs to be between 0 and 1