You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# To get the most of this tutorial, we suggest using this
12
-
# `Colab Version <https://colab.research.google.com/github/pytorch/tutorials/blob/gh-pages/_downloads/torchvision_finetuning_instance_segmentation.ipynb>`__.
13
-
# This will allow you to experiment with the information presented below.
14
-
#
15
-
#
16
9
# For this tutorial, we will be finetuning a pre-trained `Mask
17
-
# R-CNN <https://arxiv.org/abs/1703.06870>`__ model on the `Penn-Fudan
10
+
# R-CNN <https://arxiv.org/abs/1703.06870>`_ model on the `Penn-Fudan
18
11
# Database for Pedestrian Detection and
19
-
# Segmentation <https://www.cis.upenn.edu/~jshi/ped_html/>`__. It contains
12
+
# Segmentation <https://www.cis.upenn.edu/~jshi/ped_html/>`_. It contains
20
13
# 170 images with 345 instances of pedestrians, and we will use it to
21
14
# illustrate how to use the new features in torchvision in order to train
22
15
# an object detection and instance segmentation model on a custom dataset.
@@ -65,7 +58,7 @@
65
58
# ``pycocotools`` which can be installed with ``pip install pycocotools``.
66
59
#
67
60
# .. note ::
68
-
# For Windows, please install ``pycocotools`` from `gautamchitnis <https://github.com/gautamchitnis/cocoapi>`__ with command
61
+
# For Windows, please install ``pycocotools`` from `gautamchitnis <https://github.com/gautamchitnis/cocoapi>`_ with command
0 commit comments