Run a Computer Vision Model on a Himax Microcontroller
Introduction
Overview
Set up the environment
Build the firmware
Flash firmware onto the microcontroller
Run additional models in the web toolkit
Next Steps
Run a Computer Vision Model on a Himax Microcontroller
What are the benefits of the Himax WiseEye2 Module?
The Himax WiseEye2 implements the Arm-based Cortex M55 CPU and Ethos U55 NPU, and is one of the first “off-the-shelf” platforms of its type.
The Himax WiseEye2 Module is an ultra-low power device that is energy-saving.
It fully integrates with an existing Open Source AI framework (TFLite).
What is a You-Only-Look-Once (YOLO) object detection model?
YOLO is a technology used in computer vision for identifying and locating objects in images and videos.
It is Open Source, fast, and has good detection accuracy.
To learn more about YOLO, see Where to Start .