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

Allow bounding boxes transforms to *not* clamp #8254

Open
NicolasHug opened this issue Feb 5, 2024 · 0 comments
Open

Allow bounding boxes transforms to *not* clamp #8254

NicolasHug opened this issue Feb 5, 2024 · 0 comments

Comments

@NicolasHug
Copy link
Member

Currently, all transforms that may potentially operate on a bounding box will automatically clamp that bounding box to its corresponding image dimensions. We've had feature requests in #7319 (comment) to allow for a non-clamping behaviour.

To preserve BC this could be enabled from a new parameter in all bbox-aware transforms. There might be alternative solutions (like a global flag, although pretty implicit), I haven't thought about it too much yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant