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

Migrate detection reference transforms to torchvision.prototype.transforms #5542

Closed
7 tasks done
pmeier opened this issue Mar 3, 2022 · 1 comment
Closed
7 tasks done

Comments

@pmeier
Copy link
Collaborator

pmeier commented Mar 3, 2022

In our detection references we have a couple of transformations that can handle images and bounding boxes simultaneously:

They never made it into torchvision.transforms since have a different call signature than all other transforms there. Now that torchvision.prototype.transforms support simultaneous transforming of multiple types, we can migrate them.

cc @vfdev-5 @datumbox @bjuncek

@vfdev-5
Copy link
Collaborator

vfdev-5 commented Aug 23, 2022

Closing this tracker as done

@vfdev-5 vfdev-5 closed this as completed Aug 23, 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