Shortcuts

ClampBoundingBoxes

class torchvision.transforms.v2.ClampBoundingBoxes[source]

[BETA] Clamp bounding boxes to their corresponding image dimensions.

The clamping is done according to the bounding boxes’ canvas_size meta-data.

Note

The ClampBoundingBoxes transform is in Beta stage, and while we do not expect disruptive breaking changes, some APIs may slightly change according to user feedback. Please submit any feedback you may have in this issue: https://github.com/pytorch/vision/issues/6753.

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources