MaixPy-v1 icon indicating copy to clipboard operation
MaixPy-v1 copied to clipboard

MicroPython for K210 RISC-V, let's play with edge AI easier

Results 129 MaixPy-v1 issues
Sort by recently updated
recently updated
newest added

Hi! I am using maixpy on a M5StickV K210 chip camera. For a project I would need to invert the UART communication. I have found solutions for this on the...

enhancement

Can you send me an example of `image.Image` usage because when I'm using instead of `extra_fb = image.Image(size=(320, 240))` I'm getting out of heap memory error. Even when I lower...

Hi, I am using a Sipeed Maixduino board for my project, flashed with the latest maixpy firmware available on the github. I am unable to use the UART.irq() function in...

enhancement

Hey everbody. I followed a racoon detector tutorial and when i tried to test it i just got and error in the code.The kmodel is fine i think but for...

help wanted
question

Hi, I have a number of TFLITE models that I have trained for a specific image classification task, and they run well on the Maix Dock board. I have used...

help wanted

Firmware: maixpy_v0.5.0_123_g859098d NNcase: v0.2.0 Beta4 I saw this [issue ](https://github.com/sipeed/MaixPy/issues/182)and it said to use the latest firmware to support kmodel v4. I even tried the Beta2 version of nncase as...

usage

when i run my code: import math import os, sys import sensor,image,lcd,time,network,socket import KPU as kpu from machine import UART from Maix import GPIO from fpioa_manager import fm, board_info lcd.init(freq=10000000)...

awaiting reply

如果对矩阵 forward 的话,img 这个参数怎么填?

usage

What version full firmware can run model has 1.81M kmodel ? ( model was trained from colab with architecture mobilenet7_5)

usage