Unverified Commit 3065ad59 authored by Minliang Lin's avatar Minliang Lin Committed by GitHub
Browse files

Fix typo in gallery/plot_transforms_v2_e2e.py (#7826)

parent cab01fc1
...@@ -5,8 +5,8 @@ Transforms v2: End-to-end object detection example ...@@ -5,8 +5,8 @@ Transforms v2: End-to-end object detection example
Object detection is not supported out of the box by ``torchvision.transforms`` v1, since it only supports images. Object detection is not supported out of the box by ``torchvision.transforms`` v1, since it only supports images.
``torchvision.transforms.v2`` enables jointly transforming images, videos, bounding boxes, and masks. This example ``torchvision.transforms.v2`` enables jointly transforming images, videos, bounding boxes, and masks. This example
showcases an end-to-end object detection training using the stable ``torchvisio.datasets`` and ``torchvision.models`` as showcases an end-to-end object detection training using the stable ``torchvision.datasets`` and ``torchvision.models``
well as the new ``torchvision.transforms.v2`` v2 API. as well as the new ``torchvision.transforms.v2`` v2 API.
""" """
import pathlib import pathlib
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment