Skip to content
New issue

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

bbox_overlaps error #11698

Open
zhaozhen2333 opened this issue May 9, 2024 · 1 comment
Open

bbox_overlaps error #11698

zhaozhen2333 opened this issue May 9, 2024 · 1 comment
Assignees

Comments

@zhaozhen2333
Copy link

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]]))

@zhaozhen2333
Copy link
Author

from mmdet.structures.bbox import bbox_overlaps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants