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
Copy file name to clipboardExpand all lines: content/learning-paths/microcontrollers/yolo-on-himax/_index.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ title: Run Yolo computer vision model on a Himax microcontroller
3
3
4
4
minutes_to_complete: 90
5
5
6
-
who_is_this_for: This is an introduction topic for beginners on how to run a computervision application on an embedded device from Himax. This example uses an off-the-shelf Himax WiseEye2 module which is based on the Arm Cortex-M55 and Ethos-U85.
6
+
who_is_this_for: This is an introduction topic for beginners on how to run a computervision application on an embedded device from Himax. This example uses an off-the-shelf Himax WiseEye2 module which is based on the Arm Cortex-M55 and Ethos-U55.
7
7
8
8
learning_objectives:
9
-
- Run Yolo model on off-the-shelf hardware that uses the Arm Cortex-M55 and Ethos-U55
10
-
- Build Himax SDK and generate firmware image file
11
-
- Update firmware on edge device (Himax WiseEye2)
9
+
- Run a you-only-look-once (Yolo) model using off-the-shelf hardware based on the Arm Cortex-M55 and Ethos-U55.
10
+
- Learn how to build the Himax SDK and generate firmware image file.
11
+
- Learn how to update firmware on edge device (Himax WiseEye2).
Copy file name to clipboardExpand all lines: content/learning-paths/microcontrollers/yolo-on-himax/how-to-4.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,11 @@ Exit the terminal session and connect the module to the PC via your USB-C cable.
13
13
14
14
### Step 4.2. Download the Himax AI web toolkit.
15
15
16
-
The Himax AI web toolkit enables a browser-based graphical user interface (GUI) where the live camera feed can be displayed.
16
+
The Himax AI web toolkit enables a browser-based graphical user interface (GUI) for the live camera feed.
17
17
18
18
Download the Himax AI Web toolkit by clicking on this [link](https://github.com/HimaxWiseEyePlus/Seeed_Grove_Vision_AI_Module_V2/releases/download/v1.1/Himax_AI_web_toolkit.zip)
19
19
20
-
Unzip the archived file and double click `index.html.`. This will open the GUI within your default browser.
20
+
Unzip the archived file and double click `index.html`. This will open the GUI within your default browser.
0 commit comments