-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Batched box scale #4835
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
Comments
This is planned with the revamp of the transforms. The RFC is in pmeier/torchvision-datasets-rework#1 , and we are starting to integrate it in #4721 Let us know what you think about it |
What do you mean by transforms? For me, this kind of utilities have nothing to do with augmentations. Probably, I misunderstand the term |
I meant this will be handled by # boxes is a custom object that is defined in #4721
boxes : BBox
# then the transforms will know how to resize them
T.resize(boxes, (50, 20)) |
I only hope that there will also be functions accepting bare tensors - this would be more versatile and not require buying into new abstractions for porting existing code bases |
@vadimkantorov new abstractions with transforms are in #4861 I hope they will be useful and would encourage users to use them |
Uh oh!
There was an error while loading. Please reload this page.
🚀 The feature
Frequent utility in postprocessing box detections:
Motivation, pitch
This is a frequently needed utility to bring back computed detections to a common / original coordinate frame.
cc @vfdev-5 @datumbox
The text was updated successfully, but these errors were encountered: