-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Add more tests for bounding boxes #7276
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
[ | ||
info | ||
for info in DISPATCHER_INFOS | ||
if datapoints.BoundingBox in info.kernels and info.dispatcher is not F.convert_format_bounding_box |
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.
We need to exclude F.convert_format_bounding_box
since its only job is to change the format.
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.
Thanks Philip, LGTM, I'll approve now to unblock. As discussed offline, let's add the same test_bounding_box_format_consistency
at the transforms level
Reviewed By: vmoens Differential Revision: D44416622 fbshipit-source-id: 228ffae17032ab3d1d47c24f4bed0a84b4d17a0a
format
is not changed.cc @vfdev-5 @bjuncek