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 4e3f3dc commit 55513b3Copy full SHA for 55513b3
gallery/transforms/plot_rotated_box_transforms.py
@@ -69,7 +69,7 @@
69
plot([(orig_img, orig_box)] + rotated_imgs, bbox_width=10)
70
71
# %%
72
-# Using # :class:`~torchvision.transforms.Pad`:
+# Using :class:`~torchvision.transforms.Pad`:
73
padded_imgs_and_boxes = [
74
v2.Pad(padding=padding)(orig_img, orig_box)
75
for padding in (30, 50, 100, 200)
0 commit comments