Skip to content

fix(webserver): add multi-device OOB webserver demo guide - #778

Open
jeevantelukula wants to merge 1 commit into
TexasInstruments:masterfrom
jeevantelukula:webdemo_docs
Open

fix(webserver): add multi-device OOB webserver demo guide#778
jeevantelukula wants to merge 1 commit into
TexasInstruments:masterfrom
jeevantelukula:webdemo_docs

Conversation

@jeevantelukula

Copy link
Copy Markdown
Collaborator

Rewrite the Webserver_Demo_User_Guide.rst to extend support to AM335x, AM62x, AM62Px, and AM62Lx devices.

Rewrite the Webserver_Demo_User_Guide.rst to extend support
to AM335x, AM62x, AM62Px, and AM62Lx devices.

Signed-off-by: Telukula Jeevan Kumar Sahu <j-sahu@ti.com>
Comment on lines +93 to +95
.. image:: /images/Webserver_home_page.png
:alt: Webserver Demo Home Page
:width: 75%

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This feels like it should be indented since it's relevant to the last step. Given that none of the other steps have too much content and this is at the end of the list I'll leave that as optional.

Comment on lines 158 to 171
@@ -108,59 +163,126 @@ The following GStreamer pipeline is used to process the audio from the microphon
tensor_transform mode=arithmetic option=typecast:float32,add:0.5,div:32767.5 ! \
tensor_transform mode=transpose option=1:0:2:3 ! \
queue leaky=2 max-size-buffers=10 ! \
tensor_filter framework=tensorflow2-lite model=/usr/share/oob-demo-assets/models/yamnet_audio_classification.tflite custom=Delegate:XNNPACK,NumThreads:2 ! \
tensor_decoder mode=image_labeling option1=/usr/share/oob-demo-assets/labels/yamnet_label_list.txt ! \
tensor_filter framework=tensorflow2-lite \
model=/usr/share/oob-demo-assets/models/yamnet_audio_classification.tflite \
custom=Delegate:XNNPACK,NumThreads:2 ! \
tensor_decoder mode=image_labeling \
option1=/usr/share/oob-demo-assets/labels/yamnet_label_list.txt ! \
filesink buffer-mode=2 location=<fifo_path>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a really big pipeline to drop without any explanation, but considering this PR is just fixing it I won't block it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants