From f6e5be79c1bfc963ed9a20752bf8635e7a012de2 Mon Sep 17 00:00:00 2001 From: Michael Vincerra Date: Thu, 1 Nov 2018 18:26:10 -0700 Subject: [PATCH] Resolves build errors: - Removes metadata from embedded tags - Changes from `` to ```` where previous syntax failures occurred. Signed-off-by: Michael Vincerra --- source/clear-linux/tutorials/greengrass.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/clear-linux/tutorials/greengrass.rst b/source/clear-linux/tutorials/greengrass.rst index f91f12aa..315f0804 100644 --- a/source/clear-linux/tutorials/greengrass.rst +++ b/source/clear-linux/tutorials/greengrass.rst @@ -37,7 +37,7 @@ We provide the following AWS Greengrass samples: networks such as AlexNet and GoogLeNet and publishes top-10 results on AWS* IoT Cloud every second. -* :file:`greengrass_object_detection_sample_ssd.py` +* :file:`greengrass_object_detection_sample_ssd.py` This AWS Greengrass sample detects objects in a video stream and classifies them using single-shot multi-box detection (SSD) networks such @@ -57,8 +57,8 @@ classification sample. For object detection, the sample models optimized for IntelĀ® edge platforms are present at :file:`/usr/share/openvino/models`. These models are provided -as an example, but any custom pre-trained SSD models can be used with the -object detection sample. +as an example; however, any custom pre-trained SSD models can be used with +the object detection sample. Running Model Optimizer ======================= @@ -86,11 +86,11 @@ For object detection using SqueezeNetSSD-5Class model: In these examples: -* is :file:`/usr/share/openvino/models` +* ```` is :file:`/usr/share/openvino/models` -* is FP32 or FP16, depending on target device. +* ```` is FP32 or FP16, depending on target device. -* is the directory where the user wants to store the +* ```` is the directory where the user wants to store the Intermediate Representation (IR). IR contains .xml format corresponding to the network structure and .bin format corresponding to weights. This .xml file should be passed to .