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
+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
@@ -1,12 +1,12 @@
1
1
---
2
-
title: Run Yolo computer vision model on a Himax microcontroller
2
+
title: Run a Computer Vision Model on a Himax Microcontroller
3
3
4
4
minutes_to_complete: 90
5
5
6
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 a you-only-look-once (Yolo) model using off-the-shelf hardware based on the Arm Cortex-M55 and Ethos-U55.
9
+
- Run a you-only-look-once (YOLO) computer vision model using off-the-shelf hardware based on the Arm Cortex-M55 and Ethos-U55.
10
10
- Learn how to build the Himax SDK and generate firmware image file.
11
11
- Learn how to update firmware on edge device (Himax WiseEye2).
### Step 1.2. (Optional) Install Microsoft VS Code
30
+
### Step 1.2. (Optional) Install Microsoft Visual Studio Code
31
31
32
32
This is only optional. You can use any text editor you are comfortable with to view or edit code. By typing “wsl” in VS Code terminal, you can switch to Linux environment.
0 commit comments