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
+
#
8
16
# For this tutorial, we will be finetuning a pre-trained `Mask
9
17
# R-CNN <https://arxiv.org/abs/1703.06870>`__ model on the `Penn-Fudan
10
18
# Database for Pedestrian Detection and
@@ -17,6 +25,8 @@
17
25
# .. note ::
18
26
#
19
27
# This tutorial works only with torchvision version >=0.16 or nightly.
28
+
# If you're using torchvision<=0.15, please follow
0 commit comments