You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: