We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab01fc commit 3065ad5Copy full SHA for 3065ad5
gallery/plot_transforms_v2_e2e.py
@@ -5,8 +5,8 @@
5
6
Object detection is not supported out of the box by ``torchvision.transforms`` v1, since it only supports images.
7
``torchvision.transforms.v2`` enables jointly transforming images, videos, bounding boxes, and masks. This example
8
-showcases an end-to-end object detection training using the stable ``torchvisio.datasets`` and ``torchvision.models`` as
9
-well as the new ``torchvision.transforms.v2`` v2 API.
+showcases an end-to-end object detection training using the stable ``torchvision.datasets`` and ``torchvision.models``
+as well as the new ``torchvision.transforms.v2`` v2 API.
10
"""
11
12
import pathlib
0 commit comments