Skip to content

Commit

Permalink
Merge pull request #1395 from odincodeshen/main
Browse files Browse the repository at this point in the history
Correct weight and add one question on yolo-on-himax
  • Loading branch information
jasonrandrews authored Dec 2, 2024
2 parents cacbbf5 + a2efa1f commit 53923da
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ learning_objectives:
- Learn how to update firmware on edge device (Himax WiseEye2).

prerequisites:
- Seeed Grove Vision AI V2 Module
- Seeed Studio [Grove Vision AI V2 Module](https://wiki.seeedstudio.com/grove_vision_ai_v2/)
- OV5647-62 Camera module and included FPC cable
- A USB-C cable
- A Linux/Windows-based PC on an x86 archiecture.
Expand Down
11 changes: 11 additions & 0 deletions content/learning-paths/microcontrollers/yolo-on-himax/_review.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ review:
explanation: >
The Grove Vision AI V2 Module can run object detection in real time using the Cortex-M55 and Ethos-U55.
- questions:
question: >
What the IP the Grove Vision AI V2 Module integrated?
answers:
- Cortex-M55
- Ethous-U55
- Both Cortex-M55 and Ethous-U55
correct_answer: 3
explanation: >
The Himax WiseEye2 module which is based on the Arm Cortex-M55 and Ethos-U55.
# ================================================================================
# FIXED, DO NOT MODIFY
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Flash Firmware onto the Microcontroller
weight: 3
weight: 4

### FIXED, DO NOT MODIFY
layout: learningpathall
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Run and View Model Results
weight: 3
weight: 5

### FIXED, DO NOT MODIFY
layout: learningpathall
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: (Optional) Try Different Models
weight: 5
weight: 6

### FIXED, DO NOT MODIFY
layout: learningpathall
Expand Down

0 comments on commit 53923da

Please sign in to comment.