-
-
Notifications
You must be signed in to change notification settings - Fork 64
Fix polygon_to_mask_array return mask shape #268
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
Conversation
1fee94d to
6160f0b
Compare
Codecov Report
@@ Coverage Diff @@
## master #268 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 17 17
Lines 1207 1207
Branches 114 114
=========================================
Hits 1207 1207
Continue to review full report at Codecov.
|
|
General comment, why move a polygon to a rectangle for the mask array operation? @alessiamarcolini can you give me a rationale of this choice? |
|
I changed the naming because a polygon can have more than 4 vertices and we explicitly require a |
gotcha , I would say that your name is absolutely appropriate. So let's keep it |
ernestoarbitrio
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just single comment, otherwise LGTM
Fixes #267