Skip to content

Commit f100194

Browse files
committed
Fix rendering issue
1 parent 58fe0db commit f100194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/ops/boxes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def box_convert(boxes: Tensor, in_fmt: str, out_fmt: str) -> Tensor:
180180
181181
.. note::
182182
For converting a :class:`torch.Tensor` or a :class:`~torchvision.tv_tensors.BoundingBoxes` object
183-
between different :class:`~torchvision.tv_tensors.BoundingBoxFormat`s,
183+
between different formats,
184184
consider using :func:`~torchvision.transforms.v2.functional.convert_bounding_box_format` instead.
185185
Or see the corresponding transform :func:`~torchvision.transforms.v2.ConvertBoundingBoxFormat`.
186186

0 commit comments

Comments
 (0)