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

Add YOLO annotation out-of-bounds error tolerance #130

Merged

Conversation

mfl28
Copy link
Owner

@mfl28 mfl28 commented May 30, 2024

  • Adds error tolerance check and clamping in cases where a YOLO bounding box point computation would result in an out-of-bounds error below YOLO precision (1e-6).

Closes #129.

@mfl28 mfl28 self-assigned this May 30, 2024
@mfl28 mfl28 merged commit 700ca9c into master May 30, 2024
6 checks passed
@mfl28 mfl28 deleted the feature/add-yolo-annotation-out-of-bounds-error-tolerance branch May 30, 2024 12:00
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.

Allow loading YOLO bounding boxes with coordinate out-of-bounds tolerance
1 participant