Skip to content

Commit 60b61e2

Browse files
authored
Update models.html
Added links to model information.
1 parent 59e6609 commit 60b61e2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/stable/torchvision/models.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,12 @@ <h3>ResNext<a class="headerlink" href="#id13" title="Permalink to this headline"
928928
</div>
929929
<div class="section" id="semantic-segmentation">
930930
<h2>Semantic Segmentation<a class="headerlink" href="#semantic-segmentation" title="Permalink to this headline"></a></h2>
931+
<p>The models subpackage contains definitions for the following model
932+
architectures for semantic segmentation:</p>
933+
<ul class="simple">
934+
<li><p><a class="reference external" href="https://arxiv.org/abs/1411.4038">FCN ResNet101</a></p></li>
935+
<li><p><a class="reference external" href="https://arxiv.org/abs/1706.05587">DeepLabV3 ResNet101</a></p></li>
936+
</ul>
931937
<p>As with image classification models, all pre-trained models expect input images normalized in the same way.
932938
The images have to be loaded in to a range of <code class="docutils literal notranslate"><span class="pre">[0,</span> <span class="pre">1]</span></code> and then normalized using
933939
<code class="docutils literal notranslate"><span class="pre">mean</span> <span class="pre">=</span> <span class="pre">[0.485,</span> <span class="pre">0.456,</span> <span class="pre">0.406]</span></code> and <code class="docutils literal notranslate"><span class="pre">std</span> <span class="pre">=</span> <span class="pre">[0.229,</span> <span class="pre">0.224,</span> <span class="pre">0.225]</span></code>.
@@ -1036,6 +1042,12 @@ <h3>DeepLabV3<a class="headerlink" href="#deeplabv3" title="Permalink to this he
10361042
</div>
10371043
<div class="section" id="object-detection-instance-segmentation-and-person-keypoint-detection">
10381044
<h2>Object Detection, Instance Segmentation and Person Keypoint Detection<a class="headerlink" href="#object-detection-instance-segmentation-and-person-keypoint-detection" title="Permalink to this headline"></a></h2>
1045+
<p>The models subpackage contains definitions for the following model
1046+
architectures for detection:</p>
1047+
<ul class="simple">
1048+
<li><p><a class="reference external"href="https://arxiv.org/abs/1506.01497">Faster R-CNN ResNet-50 FPN</a></p></li>
1049+
<li><p><a class="reference external"href="https://arxiv.org/abs/1703.06870">Mask R-CNN ResNet-50 FPN</a></p></li>
1050+
</ul>
10391051
<p>The pre-trained models for detection, instance segmentation and
10401052
keypoint detection are initialized with the classification models
10411053
in torchvision.</p>
@@ -1666,4 +1678,4 @@ <h2>Resources</h2>
16661678
})
16671679
</script>
16681680
</body>
1669-
</html>
1681+
</html>

0 commit comments

Comments
 (0)