-
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 Segmentation Masks #5782
Comments
Hi @vfdev-5, I would like to work on vertical_flip_segmentation_mask primitive. |
@federicopozzi33 sure, go ahead! EDIT: Currently, only tests are missing and you already coded the low-level primitive |
Related: #4415 |
I'd like to go on with pad_segmentation_mask primitive. |
Thanks @federicopozzi33 , sure go ahead ! |
I'd like to complete this issue doing center_crop_segmentation_mask. |
@pmeier in order to close this tracker as done we have to add more correctness tests for padding with other padding modes (https://github.com/pytorch/vision/pull/5866/files#r859158083)
Any other suggestions from your side ? |
Nope, sounds like a good plan. |
I'm closing this tracker as done |
Related tracker issue: #5754
Functional transforms for segmentation masks
The idea is to implement the following low-level functional transforms for segmentation masks:
https://github.com/pytorch/vision/blob/main/torchvision/prototype/transforms/functional/_geometry.py
rotate_segmentation_mask
op #5692perspective_bounding_box/segmentation_mask
ops #5888crop_segmentation_mask
op #5851resized_crop_segmentation_mask
op #5855How 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: