-
Notifications
You must be signed in to change notification settings - Fork 302
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
Fix for rotating bounding box #249
Comments
I think the issue might be at rotate_bbox_helper and I fixed it with two changes
Potential solution:1. rotation matrix initialization:
2. coordinate translation: update the transform matrix after the calculation of rotated image corners.
|
One more fixing:
|
Test case after fixing : [aligned rotating bbox] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: