Skip to content

Commit 0844fa6

Browse files
cshilwantpraneethbajjuri
authored andcommitted
fix(edgeai): Update Default Model for Semantic Segmentation
In EdgeAI docs, update all applicable sections to recommend ONR-SS-8690-fpnlite-aspp-regnetx400mf-ade20k32-384x384 as default Semantic Segmentation model as ONR-SS-8610-deeplabv3lite-mobv2-ade20k32-512x512 is known to cause frame-buffer starvation on AM62A. Signed-off-by: Chirag Shilwant <[email protected]>
1 parent ef80ade commit 0844fa6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

source/edgeai/configuration_file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ properties specific to given use cases like shown below.
182182
model_path: /opt/model_zoo/ONR-CL-6360-regNetx-200mf
183183
topN: 5 #Number of top N classes (optional)
184184
model2:
185-
model_path: /opt/model_zoo/ONR-SS-8610-deeplabv3lite-mobv2-ade20k32-512x512
185+
model_path: /opt/model_zoo/ONR-SS-8690-fpnlite-aspp-regnetx400mf-ade20k32-384x384
186186
alpha: 0.4 #alpha for blending segmentation mask (optional)
187187
188188

source/edgeai/edgeai_dataflows.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ GStreamer pipeline:
168168
split_02. ! queue ! video/x-raw, width=640, height=360 ! post_2.sink \
169169
tidlpostproc name=post_2 model=/opt/model_zoo/ONR-CL-6360-regNetx-200mf alpha=0.400000 viz-threshold=0.500000 top-N=5 display-model=true ! queue ! mosaic_0. \
170170
\
171-
split_02. ! queue ! video/x-raw, width=512, height=512 ! tiovxdlpreproc model=/opt/model_zoo/ONR-SS-8610-deeplabv3lite-mobv2-ade20k32-512x512 out-pool-size=4 ! application/x-tensor-tiovx ! tidlinferer target=1 model=/opt/model_zoo/ONR-SS-8610-deeplabv3lite-mobv2-ade20k32-512x512 ! post_3.tensor \
171+
split_02. ! queue ! video/x-raw, width=384, height=384 ! tiovxdlpreproc model=/opt/model_zoo/ONR-SS-8690-fpnlite-aspp-regnetx400mf-ade20k32-384x384 out-pool-size=4 ! application/x-tensor-tiovx ! tidlinferer target=1 model=/opt/model_zoo/ONR-SS-8690-fpnlite-aspp-regnetx400mf-ade20k32-384x384 ! post_3.tensor \
172172
split_02. ! queue ! video/x-raw, width=640, height=360 ! post_3.sink \
173-
tidlpostproc name=post_3 model=/opt/model_zoo/ONR-SS-8610-deeplabv3lite-mobv2-ade20k32-512x512 alpha=0.400000 viz-threshold=0.500000 top-N=5 display-model=true ! queue ! mosaic_0. \
173+
tidlpostproc name=post_3 model=/opt/model_zoo/ONR-SS-8690-fpnlite-aspp-regnetx400mf-ade20k32-384x384 alpha=0.400000 viz-threshold=0.500000 top-N=5 display-model=true ! queue ! mosaic_0. \
174174
\
175175
\
176176
tiovxmosaic name=mosaic_0 target=1 src::pool-size=4 \
@@ -216,9 +216,9 @@ GStreamer pipeline:
216216
split_11. ! queue ! video/x-raw, width=640, height=360 ! post_2.sink \
217217
tidlpostproc name=post_2 model=/opt/model_zoo/ONR-CL-6360-regNetx-200mf alpha=0.400000 viz-threshold=0.500000 top-N=5 display-model=true ! queue ! mosaic_0. \
218218
\
219-
split_11. ! queue ! video/x-raw, width=512, height=512 ! tiovxdlpreproc model=/opt/model_zoo/ONR-SS-8610-deeplabv3lite-mobv2-ade20k32-512x512 out-pool-size=4 ! application/x-tensor-tiovx ! tidlinferer target=1 model=/opt/model_zoo/ONR-SS-8610-deeplabv3lite-mobv2-ade20k32-512x512 ! post_3.tensor \
219+
split_11. ! queue ! video/x-raw, width=384, height=384 ! tiovxdlpreproc model=/opt/model_zoo/ONR-SS-8690-fpnlite-aspp-regnetx400mf-ade20k32-384x384 out-pool-size=4 ! application/x-tensor-tiovx ! tidlinferer target=1 model=/opt/model_zoo/ONR-SS-8690-fpnlite-aspp-regnetx400mf-ade20k32-384x384 ! post_3.tensor \
220220
split_11. ! queue ! video/x-raw, width=640, height=360 ! post_3.sink \
221-
tidlpostproc name=post_3 model=/opt/model_zoo/ONR-SS-8610-deeplabv3lite-mobv2-ade20k32-512x512 alpha=0.400000 viz-threshold=0.500000 top-N=5 display-model=true ! queue ! mosaic_0. \
221+
tidlpostproc name=post_3 model=/opt/model_zoo/ONR-SS-8690-fpnlite-aspp-regnetx400mf-ade20k32-384x384 alpha=0.400000 viz-threshold=0.500000 top-N=5 display-model=true ! queue ! mosaic_0. \
222222
\
223223
\
224224
tiovxmosaic name=mosaic_0 target=1 src::pool-size=4 \
@@ -472,4 +472,4 @@ GStreamer output pipeline:
472472
:scale: 120
473473
:align: center
474474

475-
Python/C++ application data-flow for multi input multi inference
475+
Python/C++ application data-flow for multi input multi inference

0 commit comments

Comments
 (0)