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
feat(client-lookoutvision): This release introduces support for image segmentation models and updates CPU accelerator options for models hosted on edge devices.
* <p>The target accelerator for the model. NVIDIA (Nvidia graphics processing unit)
923
-
* is the only accelerator that is currently supported. You must also specify the <code>gpu-code</code>, <code>trt-ver</code>,
924
-
* and <code>cuda-ver</code> compiler options.
925
-
*
926
-
* </p>
958
+
* <p>The target accelerator for the model. Currently, Amazon Lookout for Vision only supports NVIDIA (Nvidia graphics processing unit)
959
+
* and CPU accelerators. If you specify NVIDIA as an accelerator, you must also specify the <code>gpu-code</code>, <code>trt-ver</code>,
960
+
* and <code>cuda-ver</code> compiler options. If you don't specify an accelerator, Lookout for Vision uses the CPU for compilation and we highly recommend that you use the
961
+
* <a>GreengrassConfiguration$CompilerOptions</a> field. For example, you can use the following compiler options for CPU: </p>
962
+
* <ul>
963
+
* <li>
964
+
* <p>
965
+
* <code>mcpu</code>: CPU micro-architecture. For example, <code>{'mcpu': 'skylake-avx512'}</code>
966
+
* </p>
967
+
* </li>
968
+
* <li>
969
+
* <p>
970
+
* <code>mattr</code>: CPU flags. For example, <code>{'mattr': ['+neon', '+vfpv4']}</code>
* <p>The prediction results from a call to <a>DetectAnomalies</a>.</p>
1282
+
* <p>The prediction results from a call to <a>DetectAnomalies</a>.
1283
+
* <code>DetectAnomalyResult</code> includes classification information for the prediction (<code>IsAnomalous</code> and <code>Confidence</code>).
1284
+
* If the model you use is an image segementation model, <code>DetectAnomalyResult</code> also includes segmentation information (<code>Anomalies</code>
1285
+
* and <code>AnomalyMask</code>). Classification information is calculated separately from segmentation information
1286
+
* and you shouldn't assume a relationship between them.</p>
0 commit comments