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

How is the rotation iou calculated 旋转iou是用什么方式计算的 #40

Open
gejintaohua opened this issue Nov 4, 2024 · 0 comments

Comments

@gejintaohua
Copy link

In this file mmrotate\core\bbox\iou_calculators\rotate_iou2d_calculator.py
box_iou_rotated is used to calculate iou.
This module use ext_module.box_iou_rotated to calculate rotated ious.
I want to know how to calcuate the iou. If the mmcv use skewiou or other method?
在这个文件rotate_iou2d_calculator.py中,用box_iou_rotated函数进行iou的计算,内部是调用了ext_module.box_iou_rotated 计算的旋转iou,我想知道内部是怎么实现的,是利用了skewiou吗?

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

1 participant