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

Fix shapely error when split DOTA-v1.5 #583

Open
wants to merge 1 commit into
base: dev-1.x
Choose a base branch
from

Conversation

zytx121
Copy link
Collaborator

@zytx121 zytx121 commented Oct 28, 2022

image

@@ -199,7 +199,7 @@ def poly2hbb(polys):
return np.concatenate([lt_point, rb_point], axis=-1)


def bbox_overlaps_iof(bboxes1, bboxes2, eps=1e-6):
def bbox_overlaps_iof(bboxes1, bboxes2, eps=1e-3):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to update the docstring

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

Successfully merging this pull request may close these issues.

2 participants