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
<p>As with image classification models, all pre-trained models expect input images normalized in the same way.
932
938
The images have to be loaded in to a range of <codeclass="docutils literal notranslate"><spanclass="pre">[0,</span><spanclass="pre">1]</span></code> and then normalized using
933
939
<codeclass="docutils literal notranslate"><spanclass="pre">mean</span><spanclass="pre">=</span><spanclass="pre">[0.485,</span><spanclass="pre">0.456,</span><spanclass="pre">0.406]</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">std</span><spanclass="pre">=</span><spanclass="pre">[0.229,</span><spanclass="pre">0.224,</span><spanclass="pre">0.225]</span></code>.
@@ -1036,6 +1042,12 @@ <h3>DeepLabV3<a class="headerlink" href="#deeplabv3" title="Permalink to this he
<h2>Object Detection, Instance Segmentation and Person Keypoint Detection<aclass="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
0 commit comments