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
Copy file name to clipboardExpand all lines: intermediate_source/torchvision_tutorial.py
+18-12Lines changed: 18 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,14 @@
9
9
# .. tip::
10
10
#
11
11
# 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>`__.
12
+
# `Colab Version <https://colab.research.google.com/github/pytorch/tutorials/blob/gh-pages/_downloads/torchvision_finetuning_instance_segmentation.ipynb>`_.
13
13
# This will allow you to experiment with the information presented below.
14
14
#
15
15
#
16
16
# 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
17
+
# R-CNN <https://arxiv.org/abs/1703.06870>`_ model on the `Penn-Fudan
18
18
# Database for Pedestrian Detection and
19
-
# Segmentation <https://www.cis.upenn.edu/~jshi/ped_html/>`__. It contains
19
+
# Segmentation <https://www.cis.upenn.edu/~jshi/ped_html/>`_. It contains
20
20
# 170 images with 345 instances of pedestrians, and we will use it to
21
21
# illustrate how to use the new features in torchvision in order to train
22
22
# an object detection and instance segmentation model on a custom dataset.
@@ -65,7 +65,7 @@
65
65
# ``pycocotools`` which can be installed with ``pip install pycocotools``.
66
66
#
67
67
# .. note ::
68
-
# For Windows, please install ``pycocotools`` from `gautamchitnis <https://github.com/gautamchitnis/cocoapi>`__ with command
68
+
# For Windows, please install ``pycocotools`` from `gautamchitnis <https://github.com/gautamchitnis/cocoapi>`_ with command
0 commit comments