Skip to content

Commit 55513b3

Browse files
authored
Update gallery/transforms/plot_rotated_box_transforms.py
1 parent 4e3f3dc commit 55513b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gallery/transforms/plot_rotated_box_transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
plot([(orig_img, orig_box)] + rotated_imgs, bbox_width=10)
7070

7171
# %%
72-
# Using # :class:`~torchvision.transforms.Pad`:
72+
# Using :class:`~torchvision.transforms.Pad`:
7373
padded_imgs_and_boxes = [
7474
v2.Pad(padding=padding)(orig_img, orig_box)
7575
for padding in (30, 50, 100, 200)

0 commit comments

Comments
 (0)