1

The documentation provides this example . I am training for object detection project type.

"regions": [
{
  "imageId": "4d6eb844-42ee-42bc-bd6f-c32455ef07c9",
  "tagId": "b607964f-7bd6-4a3b-a869-6791fb6aab87",
  "left": 0.25,
  "top": 0.25,
  "width": 0.25,
  "height": 0.25
},

are these 4 measures (left, top, width, height) in centimeters, say 0.25 cm from the left? or are these in units, so it's 25% off the left and also has 25% width from the left?

Sergio Solorzano
  • 476
  • 9
  • 29
  • 2
    See my answer regarding bounding box in the reply: it's the same, it is relative coordonates / width and height: https://stackoverflow.com/questions/50794707/how-to-use-azure-custom-vision-service-response-boundingbox-to-plot-shape/50799050#50799050 – Nicolas R Jul 23 '22 at 18:28
  • Thank you, I have responded / requestioned on the above mentioned url too. – Sergio Solorzano Jul 24 '22 at 14:29

0 Answers0