We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pred_bbox = torch.tensor([[0.3491, 1.1030, 5.3415, -0.9908]]) ego_bbox = torch.tensor([[-0.9, 1.0, 2.1, -1.0]]) overlaps = bbox_overlaps(pred_bbox, ego_bbox)
I got the result (tensor([[0]]))
The text was updated successfully, but these errors were encountered:
from mmdet.structures.bbox import bbox_overlaps
Sorry, something went wrong.
RangiLyu
No branches or pull requests
pred_bbox = torch.tensor([[0.3491, 1.1030, 5.3415, -0.9908]])
ego_bbox = torch.tensor([[-0.9, 1.0, 2.1, -1.0]])
overlaps = bbox_overlaps(pred_bbox, ego_bbox)
I got the result (tensor([[0]]))
The text was updated successfully, but these errors were encountered: