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

Clip width and height in BBoxAnnotation #192

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

klemen1999
Copy link
Contributor

  • Added automatic clipping of width and height in BBoxAnnotation when x+width>1 or y+height>1
  • Added tests for automatic clipping of values in annotations

@klemen1999 klemen1999 requested a review from a team as a code owner October 25, 2024 22:07
@klemen1999 klemen1999 requested review from kozlov721, tersekmatija and conorsim and removed request for a team October 25, 2024 22:07
@github-actions github-actions bot added fix Fixing a bug release New version release labels Oct 25, 2024
Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.51%. Comparing base (6bcbb11) to head (2e65666).
Report is 2 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #192      +/-   ##
==========================================
+ Coverage   92.33%   92.51%   +0.18%     
==========================================
  Files          79       80       +1     
  Lines        4161     4223      +62     
==========================================
+ Hits         3842     3907      +65     
+ Misses        319      316       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fixing a bug release New version release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant