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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
#Dear all, I'm asking if it's possible to calculate iou between a pair sets of 2d polygons by the algorithm shown in ops/iou_3d.py
Different from 3d boxes of shape (n,8,3) ,my boxes are in shape (n,4,2)
Is it possible to somehow call the function? or I have to implement a PyTorch extension my self?
Beta Was this translation helpful? Give feedback.
All reactions