Skip to content

Commit 2dc77e8

Browse files
committed
Address review
1 parent aa79409 commit 2dc77e8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/source/transforms.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ supported:
1212

1313
- Images as pure tensors, :class:`~torchvision.tv_tensors.Image` or PIL image
1414
- Videos as :class:`~torchvision.tv_tensors.Video`
15-
- Aligned and rotated bounding boxes as :class:`~torchvision.tv_tensors.BoundingBoxes`
15+
- Axis-aligned and rotated bounding boxes as :class:`~torchvision.tv_tensors.BoundingBoxes`
1616
- Segmentation and detection masks as :class:`~torchvision.tv_tensors.Mask`
1717
- KeyPoints as :class:`~torchvision.tv_tensors.KeyPoints`.
1818

@@ -119,7 +119,7 @@ advantages compared to the v1 ones (in ``torchvision.transforms``):
119119

120120
- They can transform images **but also** bounding boxes, masks, videos and
121121
keypoints. This provides support for tasks beyond image classification:
122-
detection, segmentation, video classification, etc. See
122+
detection, segmentation, video classification, pose estimation, etc. See
123123
:ref:`sphx_glr_auto_examples_transforms_plot_transforms_getting_started.py`
124124
and :ref:`sphx_glr_auto_examples_transforms_plot_transforms_e2e.py`.
125125
- They support more transforms like :class:`~torchvision.transforms.v2.CutMix`

gallery/transforms/plot_transforms_getting_started.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
#
8585
# The Torchvision transforms in the ``torchvision.transforms.v2`` namespace
8686
# support tasks beyond image classification: they can also transform rotated or
87-
# aligned bounding boxes, segmentation / detection masks, videos, and keypoints.
87+
# axis-aligned bounding boxes, segmentation / detection masks, videos, and
88+
# keypoints.
8889
#
8990
# Let's briefly look at a detection example with bounding boxes.
9091

0 commit comments

Comments
 (0)