-
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
[RFC] Implement transforms primitives for Bounding Boxes #5514
Labels
Comments
This was referenced Mar 11, 2022
vfdev-5
changed the title
[RFC] Implement transforms primitives for Bounding Boxes
[RFC] Implement transforms primitives for Bounding Boxes / Segmentation Masks
Apr 6, 2022
vfdev-5
changed the title
[RFC] Implement transforms primitives for Bounding Boxes / Segmentation Masks
[RFC] Implement transforms primitives for Bounding Boxes
Apr 7, 2022
8 tasks
This was referenced Apr 21, 2022
@pmeier can you provide tests for |
Thanks for reminding me! |
I'm closing this tracker as done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related tracker issue: #5754
Functional transforms for bboxes
The idea is to implement the following low-level functional transforms for bounding boxes:
https://github.com/pytorch/vision/blob/main/torchvision/prototype/transforms/functional/_geometry.py
affine_bounding_box
op #5597perspective_bounding_box/segmentation_mask
ops #5888center_crop_bounding_box
functional op #5972crop_bounding_box
op #5781resized_crop_bounding_box
op #5853How to test the implementation ?
Put tests into
test/test_prototype_transforms_functional.py
:cc @vfdev-5 @datumbox @bjuncek
The text was updated successfully, but these errors were encountered: