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
@@ -86,7 +88,9 @@ The edge AI gallery launches on Linux startup. Follow the below instructions to
86
88
87
89
7. For ease of use, the IP addr of the device is displayed at the bottom right when Network is connected.
88
90
89
-
.. note:: The IP addr is polled only for the first 100 seconds after the application has started.
91
+
.. note::
92
+
93
+
The IP addr is polled only for the first 100 seconds after the application has started.
90
94
91
95
8. To close the application and go to the Wallpaper screen, use the close button on the top right corner.
92
96
@@ -99,32 +103,34 @@ The edge AI gallery launches on Linux startup. Follow the below instructions to
99
103
100
104
9. To add new images, videos and models, you should add them in the below directories respectively
101
105
102
-
- Images - /opt/edgeai-test-data/images/
106
+
- Images - :file:`/opt/edgeai-test-data/images/`
103
107
104
-
- Videos - /opt/edgeai-test-data/videos/
108
+
- Videos - :file:`/opt/edgeai-test-data/videos/`
105
109
106
-
- Models - /opt/model_zoo/
110
+
- Models - :file:`/opt/model_zoo/`
107
111
108
112
109
113
10. To change the videos in the prebuilt pipelines used for ``Image Classification``, ``Object Detection``, ``Semantic Segmentation`` & ``Multi Channel``, you can replace the video files :file:`oob-gui-video*.h264` under :file:`/opt/oob-demo-assets/`.
110
114
111
115
11. To relaunch the application, you should run
112
116
113
-
::
117
+
.. code:: console
114
118
115
-
/etc/init.d/edgeai-launcher.sh start
119
+
/etc/init.d/edgeai-launcher.sh start
116
120
117
121
12. And to stop the application again, you should run
118
122
119
-
::
123
+
.. code:: console
120
124
121
-
/etc/init.d/edgeai-launcher.sh stop
125
+
/etc/init.d/edgeai-launcher.sh stop
122
126
123
127
.. ifconfig:: CONFIG_part_family in ('AM62AX_family')
124
128
125
129
13. To add new models to the ``Model`` dropdown list in Custom popup menu, Add the names of the models in :file:`/opt/oob-demo-assets/allowedModels.txt`.
126
130
127
-
.. note:: For the above changes to take affect, close and relaunch the application.
131
+
.. note::
132
+
133
+
For the above changes to take affect, close and relaunch the application.
128
134
129
135
14. For more information on edge AI software stack, refer `Edge AI Documentation <https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/11_01_07_05/exports/docs/edgeai/sdk_overview.html>`_
130
136
@@ -172,7 +178,7 @@ Finally, run:
172
178
cmake -B build -S .
173
179
make -C build
174
180
175
-
The compiled binary should be ``build/edgeai-gui-app``.
181
+
The compiled binary should be :file:`build/edgeai-gui-app`.
176
182
177
183
Copy the compiled binary to the :file:`/usr/bin` of the target:
0 commit comments