MaixPy-v1
MaixPy-v1 copied to clipboard
MicroPython for K210 RISC-V, let's play with edge AI easier
**Describe the bug** Trying to run custom Object classification model trained @ https://maixhub.com/ModelTraining **To Reproduce** When running the provided boot.py an error in the output of: ```python img = sensor.snapshot()...
**Describe the bug** I tried to build MaixPy with TensorFlow Lite Micro hello world example, but fail in finding *.h in MaixPy build. I am not familiar with cmake build,...
This adds support for running multi-branch YOLO v3 object detection network on MaixPy. Number of branches can be set to 1 or 2. Support for larger number of branches is...
**Describe the bug** I got an error when I use `git submodule update --init --recursive` **To Reproduce** Steps to reproduce the behavior: 1. Go to `./MaixPy` 2. run `git submodule...
I want to create a gender and age detection algorithm for maixduino board . I have been creating custom models using axelerate framework . i have used different architectures like...
**Describe the bug** Latest dev build seems to have broken running of `main.py` and `boot.py` on boot **To Reproduce** Steps to reproduce the behavior: 1. Flash 2. Create `main.py` and...
Friends, I want to calculate the distance of a point to the camera using a binocular camera. Can I do this with the k210?(My board: k210  )
Hi, I'm using Maix bit and remaped the uart1 to pins15 and 26. When I test my script with IDE everything run fine sendig data to uart1, but when save...
I am trying to make a simple program to determine the distance at which objects are located using the dual camera for Maix Dock. Since OpenCV is not supported by...
Are there any plans for supporting the OV7725 sensor?