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 Affine BB aug using only 2 corner points #483

Merged
merged 1 commit into from
Nov 4, 2019
Merged

Conversation

aleju
Copy link
Owner

@aleju aleju commented Nov 3, 2019

This fixes a bug where the bounding box augmentation in Affine uses only two corner cordinates (top-left, bottom-right) instead of all four, leading to malformed output bounding boxes during rotation and shear.

This bug was likely introduced by #451 (2d3fdb7, single_step_augment) and is not expected to affect the 0.3.0 release.

This fixes a bug where the bounding box augmentation
in Affine uses only two corner cordinates (top-left,
bottom-right) instead of all four, leading to malformed
output bounding boxes during rotation and shear.

This bug was likely introduced by #451 (2d3fdb7,
single_step_augment).
@codecov-io
Copy link

codecov-io commented Nov 4, 2019

Codecov Report

Merging #483 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #483      +/-   ##
==========================================
+ Coverage   96.24%   96.24%   +<.01%     
==========================================
  Files          34       34              
  Lines       11770    11776       +6     
==========================================
+ Hits        11327    11333       +6     
  Misses        443      443

@aleju aleju merged commit 98d770d into master Nov 4, 2019
@aleju aleju deleted the fix_affine_bbaug branch November 4, 2019 20:23
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.

None yet

2 participants