Tutorial to train, evaluate (on PC), and test a YOLOv2 object detector on a MAix board running MicroPython
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
git clone https://github.com/sipeed/MaixPy
cd MaixPy
git submodule update --recursive --init
sudo apt update
sudo apt install python3 python3-pip build-essential cmake
sudo pip3 install -r requirements.txt
wget http://dl.cdn.sipeed.com/kendryte-toolchain-ubuntu-amd64-8.2.0-20190409.tar.xz
sudo tar -Jxvf kendryte-toolchain-ubuntu-amd64-8.2.0-20190409.tar.xz -C /opt
The toolchain should be under /opt
, otherwise you need to change the path inside config_defaults.mk
.
Create an account to leave a comment. Already have an account? Log In.
Become a member to follow this project and never miss any updates