Running YOLOv5s Model on AX650 Development Board
Enviroment Setup
For boards without network connectivity, configure the network connection first.
apt update
apt install build-essential libopencv-dev cmake
apt install wget git vim
apt install python3-pip
cd /root
python3 -m venv ort
source /root/ort/bin/activate
After enstalling these packages, the board will have the necessary build environ ...
Posted on Tue, 21 Jul 2026 17:17:09 +0000 by Tanus