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

Allow loading YOLO bounding boxes with coordinate out-of-bounds tolerance #129

Closed
mfl28 opened this issue May 30, 2024 · 0 comments · Fixed by #130
Closed

Allow loading YOLO bounding boxes with coordinate out-of-bounds tolerance #129

mfl28 opened this issue May 30, 2024 · 0 comments · Fixed by #130
Assignees
Labels
enhancement New feature or request

Comments

@mfl28
Copy link
Owner

mfl28 commented May 30, 2024

  • It should be possible to load YOLO bounding box annotations where computation of the box points based on the box center coordinates and width/height results in out-of-bounds errors below YOLO precision (1e-6), e.g. 0.250000 0.250000 0.500001 0.500001.
@mfl28 mfl28 added the enhancement New feature or request label May 30, 2024
@mfl28 mfl28 self-assigned this May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant