The above bounding box center coordinates (x, y) are normalized from 0 to 1 for image size 288. And The size of the bounding box is normalized from 0 to 1 for image size 288.
Example: 0.426259 0.311151 → 122.76259289.611488
I'd like to change the bounding box center coordinate value like the example information above. What's the formula or method?
python opencv
>>> .425259*288
122.474592
>>> .31151*288
89.71488000000001
>>>
© 2024 OneMinuteCode. All rights reserved.