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
From my understanding, the 3d ground truth box can be tilted when projected on bird view, and the intersection between gt box and the anchor is usually not rectangular. However, inside bbox_overlaps it seems you assume that the intersection of two boxes is a rectangle of which the area is calculated by multiplying iw and ih?
The text was updated successfully, but these errors were encountered:
From my understanding, the 3d ground truth box can be tilted when projected on bird view, and the intersection between gt box and the anchor is usually not rectangular. However, inside bbox_overlaps it seems you assume that the intersection of two boxes is a rectangle of which the area is calculated by multiplying iw and ih?
The text was updated successfully, but these errors were encountered: