You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did object detection for the image dataset and I saved the bbox coordinator for each detected object in CSV file like this format: X1, Y1, X2, Y2, and I calculated the centroid.
I want to ask how we can find the angle between the bounding boxes?