Skip to content

Commit 53923da

Browse files
Merge pull request #1395 from odincodeshen/main
Correct weight and add one question on yolo-on-himax
2 parents cacbbf5 + a2efa1f commit 53923da

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ learning_objectives:
1111
- Learn how to update firmware on edge device (Himax WiseEye2).
1212

1313
prerequisites:
14-
- Seeed Grove Vision AI V2 Module
14+
- Seeed Studio [Grove Vision AI V2 Module](https://wiki.seeedstudio.com/grove_vision_ai_v2/)
1515
- OV5647-62 Camera module and included FPC cable
1616
- A USB-C cable
1717
- A Linux/Windows-based PC on an x86 archiecture.

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ review:
1010
explanation: >
1111
The Grove Vision AI V2 Module can run object detection in real time using the Cortex-M55 and Ethos-U55.
1212
13+
- questions:
14+
question: >
15+
What the IP the Grove Vision AI V2 Module integrated?
16+
answers:
17+
- Cortex-M55
18+
- Ethous-U55
19+
- Both Cortex-M55 and Ethous-U55
20+
correct_answer: 3
21+
explanation: >
22+
The Himax WiseEye2 module which is based on the Arm Cortex-M55 and Ethos-U55.
23+
1324
1425
# ================================================================================
1526
# FIXED, DO NOT MODIFY

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Flash Firmware onto the Microcontroller
3-
weight: 3
3+
weight: 4
44

55
### FIXED, DO NOT MODIFY
66
layout: learningpathall

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
@@ -1,6 +1,6 @@
11
---
22
title: Run and View Model Results
3-
weight: 3
3+
weight: 5
44

55
### FIXED, DO NOT MODIFY
66
layout: learningpathall

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: (Optional) Try Different Models
3-
weight: 5
3+
weight: 6
44

55
### FIXED, DO NOT MODIFY
66
layout: learningpathall

0 commit comments

Comments
 (0)