MaixPy-v1
MaixPy-v1 copied to clipboard
MicroPython for K210 RISC-V, let's play with edge AI easier
add new table from Heimann Sensor official, new table could support the sensor works on subzero environment.
Even if Maixduino comes with onboard ESP32 module, the bluetooth interface and communication is not implemented. Not only by MaixPy but neither in the ESP32 firmware...
- Test environment Hardware : Maix Bit(with mic) sensor : Dual(Binocular) Camera Firmware : v0.6.2 - Issue when use the image.EDGE_CANNY option in the image.find_edges() method, cannot display the returned...
I am trying to run a custom model on k210 sipeed maix bit board. It provides 2 float32 outputs for given 200x200 grayscale image input. I generated the tflite file...
提问一下,MaixPy Amigo的摄像头下方的闪光灯如何操作开启,没有在官方文档里找到
Hi, I have a problem with OV5640 camera, when I try to use it whit this code, i receive a timeout error, what can i do to solve it? Thankyou...
I've tried the sample code listed here, "Routine 1" and "Routine 2" https://maixpy.sipeed.com/en/libs/machine_vision/image.html I can run the code on my Maixduino from MaixPyIDE without any errors, but it does not...
Was trying to get the example on https://maixpy.sipeed.com/en/libs/Maix/kpu.html Flashed the model [listed](http://dl.sipeed.com/MAIX/MaixPy/model/face_model_at_0x300000.kfpkg) with kflash 1.6 but getting **sipeed_kpu_get_output_err** with MaixPyIDE 0.2.5. ``` import sensor import image import lcd import KPU...
Are there any plans for supporting the mt9v034 sensor?
Hello together, we converted our custom model using `NNCase v0.2.0 Beta4` (and `Beta2` we tried both) with this command ```powershell .\ncc.exe compile customModel.tflite customModel.kmodel -i tflite -o kmodel --dataset customModelTestImages...