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 6e7b15f commit 84cdfb3Copy full SHA for 84cdfb3
gallery/transforms/plot_keypoints_transforms.py
@@ -111,4 +111,4 @@
111
# Using :class:`~torchvision.transforms.RandomRotation`:
112
rotater = v2.RandomRotation(degrees=(0, 180))
113
rotated_imgs = [rotater((orig_img, orig_pts)) for _ in range(4)]
114
-plot([(orig_img, orig_pts)] + rotated_imgs)
+plot([(orig_img, orig_pts)] + rotated_imgs)
0 commit comments