-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[proto] Added functional perspective_bounding_box/segmentation_mask
ops
#5888
Conversation
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.
Maybe, we could define a bit higher rtol and atol ? |
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.
…ion_mask` ops (#5888) Summary: * Added functional `perspective_bounding_box`/`perspective_segmentation_mask` ops * Added more comments and added a code to assert denom != 0 * Put larger r/a tolerence when matching bboxes Reviewed By: YosuaMichael Differential Revision: D36281602 fbshipit-source-id: 5976f009e2dad93ff9a1a84129e8bbc066e91cf6
Related to #5514 and #5782
Description:
perspective_bounding_box/segmentation_mask
opsResults on synthetic images/bboxes/segm mask:
Code