Skip to content

Commit bc32497

Browse files
datumboxfacebook-github-bot
authored andcommitted
[fbsync] Change transforms gallery thumbnail (#4505)
Summary: * Change transforms gallery thumbnail * Change visualization utils and repurposing annotations gallery thumbnails Reviewed By: prabhat00155, NicolasHug Differential Revision: D31309551 fbshipit-source-id: 608e3012562abe0f0c8dda15666d12e86a4e2d64
1 parent e325242 commit bc32497

6 files changed

+4
-0
lines changed
Loading
618 KB
Loading
Loading

gallery/plot_repurposing_annotations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
methods into bounding boxes used by object detection methods).
1111
"""
1212

13+
# sphinx_gallery_thumbnail_path = "../../gallery/assets/repurposing_annotations_thumbnail.png"
1314

1415
import os
1516
import numpy as np

gallery/plot_transforms.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
torchvision.transforms module <transforms>`.
88
"""
99

10+
# sphinx_gallery_thumbnail_path = "../../gallery/assets/transforms_thumbnail.png"
11+
1012
from PIL import Image
1113
from pathlib import Path
1214
import matplotlib.pyplot as plt

gallery/plot_visualization_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
visualizing images, bounding boxes, and segmentation masks.
88
"""
99

10+
# sphinx_gallery_thumbnail_path = "../../gallery/assets/visualization_utils_thumbnail.png"
1011

1112
import torch
1213
import numpy as np

0 commit comments

Comments
 (0)