Skip to content
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

Closed
8 tasks done
vfdev-5 opened this issue Mar 2, 2022 · 3 comments
Closed
8 tasks done

[RFC] Implement transforms primitives for Bounding Boxes #5514

vfdev-5 opened this issue Mar 2, 2022 · 3 comments

Comments

@vfdev-5
Copy link
Collaborator

vfdev-5 commented Mar 2, 2022

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

How to test the implementation ?

Put tests into test/test_prototype_transforms_functional.py:

  • correctness test
  • eager vs scripted
  • scriptable
  • check on cpu and cuda

cc @vfdev-5 @datumbox @bjuncek

@vfdev-5 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 vfdev-5 changed the title [RFC] Implement transforms primitives for Bounding Boxes / Segmentation Masks [RFC] Implement transforms primitives for Bounding Boxes Apr 7, 2022
@vfdev-5
Copy link
Collaborator Author

vfdev-5 commented May 17, 2022

@pmeier can you provide tests for pad_bounding_box such that we could close this tracker ? Thanks

@pmeier
Copy link
Collaborator

pmeier commented May 17, 2022

Thanks for reminding me!

@vfdev-5
Copy link
Collaborator Author

vfdev-5 commented May 26, 2022

I'm closing this tracker as done

@vfdev-5 vfdev-5 closed this as completed May 26, 2022
@vfdev-5 vfdev-5 reopened this May 30, 2022
@vfdev-5 vfdev-5 closed this as completed May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants