Skip to content

Commit 96fe376

Browse files
author
Your Name
committed
tidied up formatting
1 parent 3a87162 commit 96fe376

File tree

3 files changed

+11
-35
lines changed

3 files changed

+11
-35
lines changed

content/learning-paths/microcontrollers/yolo-on-himax/_index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Run Yolo computer vision model on a Himax microcontroller
33

44
minutes_to_complete: 90
55

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.
77

88
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).
1212

1313
prerequisites:
1414
- Seeed Grove Vision AI V2 Module
@@ -29,6 +29,7 @@ tools_software_languages:
2929
- Bash
3030
operatingsystems:
3131
- Linux
32+
- Windows
3233

3334

3435
### FIXED, DO NOT MODIFY

content/learning-paths/microcontrollers/yolo-on-himax/_review.md

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,13 @@
22
review:
33
- questions:
44
question: >
5-
PLACEHOLDER QUESTION 1?
5+
The Grove Vision AI V2 Module can run Yolov8 model in real time?
66
answers:
7-
- PLACEHOLDER ANSWER A
8-
- PLACEHOLDER ANSWER B
7+
- True
8+
- False
99
correct_answer: 1
1010
explanation: >
11-
PLACEHOLDER EXPLANATION 1
12-
13-
- questions:
14-
question: >
15-
PLACEHOLDER QUESTION 2?
16-
answers:
17-
- PLACEHOLDER ANSWER A
18-
- PLACEHOLDER ANSWER B
19-
- PLACEHOLDER ANSWER C
20-
- PLACEHOLDER ANSWER D
21-
correct_answer: 4
22-
explanation: >
23-
PLACEHOLDER EXPLANATION 2
24-
25-
- questions:
26-
question: >
27-
PLACEHOLDER QUESTION 3?
28-
answers:
29-
- PLACEHOLDER ANSWER A
30-
- PLACEHOLDER ANSWER B
31-
- PLACEHOLDER ANSWER C
32-
- PLACEHOLDER ANSWER D
33-
correct_answer: 2
34-
explanation: >
35-
PLACEHOLDER EXPLANATION 3
36-
11+
The Grove Vision AI V2 Module can run object detection in real time using the Cortex-M55 and Ethos-U55.
3712
3813
3914
# ================================================================================

content/learning-paths/microcontrollers/yolo-on-himax/how-to-4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Exit the terminal session and connect the module to the PC via your USB-C cable.
1313

1414
### Step 4.2. Download the Himax AI web toolkit.
1515

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.
1717

1818
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)
1919

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.
2121

2222
### Step 4.3. Connect to the Grove Vision AI
2323

0 commit comments

Comments
 (0)