Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
3065ad59
Unverified
Commit
3065ad59
authored
Aug 14, 2023
by
Minliang Lin
Committed by
GitHub
Aug 14, 2023
Browse files
Fix typo in gallery/plot_transforms_v2_e2e.py (#7826)
parent
cab01fc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gallery/plot_transforms_v2_e2e.py
gallery/plot_transforms_v2_e2e.py
+2
-2
No files found.
gallery/plot_transforms_v2_e2e.py
View file @
3065ad59
...
@@ -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 ``torchvisio
n
.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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment