Skip to content

Commit 36bfaf3

Browse files
author
Your Name
committed
tidied up wording
1 parent 50d6be1 commit 36bfaf3

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Run Yolo computer vision model on a Himax microcontroller
2+
title: Run a Computer Vision Model on a Himax Microcontroller
33

44
minutes_to_complete: 90
55

66
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 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.
1010
- Learn how to build the Himax SDK and generate firmware image file.
1111
- Learn how to update firmware on edge device (Himax WiseEye2).
1212

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 2
66
layout: learningpathall
77
---
88

9-
## Set up the development environment
9+
## Set up the Development Environment
1010

1111
### Step 1.1. Install Ubuntu
1212

@@ -27,7 +27,7 @@ DISTRIB_DESCRIPTION="Ubuntu 22.04.5 LTS"
2727
...
2828
```
2929

30-
### Step 1.2. (Optional) Install Microsoft VS Code
30+
### Step 1.2. (Optional) Install Microsoft Visual Studio Code
3131

3232
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.
3333

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ git clone --recursive https://github.com/HimaxWiseEyePlus/Seeed_Grove_Vision_AI_
3131
cd Seeed_Grove_Vision_AI_Module_V2
3232
```
3333

34-
### Step 2.2. Compile the firmware
34+
### Step 2.2. Compile the Firmware
3535

3636
The make build tool is used to compile the source code. This should take up around 2-3 minutes depending on the number of CPU cores available.
3737

@@ -42,7 +42,7 @@ make
4242
```
4343

4444

45-
### Step 2.3. Generate firmware image file
45+
### Step 2.3. Generate a Firmware Image
4646

4747
```bash
4848
cd ../we2_image_gen_local/

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Flash Firmware
2+
title: Flash Firmware onto the Microcontroller
33
weight: 3
44

55
### FIXED, DO NOT MODIFY
66
layout: learningpathall
77
---
88

9-
## Flash The Firmware
9+
## Flash the Firmware
1010

1111
Now that we have generated a firmware file on our local machine, we need to flash the microcontroller with this firmware.
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Unzip the archived file and double click `index.html`. This will open the GUI wi
2121

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

24-
Select 'Grove Vision AI(V2)` in the top-right hand corner and press connect button.
24+
Select 'Grove Vision AI(V2)' in the top-right hand corner and press connect button.
2525

2626
![Himax web UI](./himax_web_ui.jpg)

0 commit comments

Comments
 (0)