Antoine Simoulin
Antoine Simoulin
## Add Transforms support for Rotated Boxes This PR implements the last transforms for rotated boxes and follows what has been implemented in #9095 and #9084. This PR implements in...
## Context This PR is an attempt to solve the issue mentioned in #9076 and explicitly accept tensor on any device as input for the function [`_get_perspective_coeffs`](https://github.com/pytorch/vision/blob/d02b1845a2fabea1eb8f9d09310369a5cbb5514f/torchvision/transforms/functional.py#L674-L704). ## proposed solution...
## Context This PR proposes to add a `clamping_mode` parameter for `KeyPoints`. This parameter is similar to what have been added for `BoundingBoxes` (#9128). We are adding this parameter here...