Hi @phpgiik - the calculations are essentially percentages that are measures from the (0,0) top-left corner of the image and you can interpret them as:
The Top Left Corner of the bounding box is 22% from the top and 67% from the Left
The Bottom Right Corner of the bounding box is 33% from the top and 75% from the left
The corresponding "pixel" coordinates of this box would be:
Top Left: (335, 74)
Bottom Right: (375, 110)
Let me know if you have any follow-up questions on this!