-
I have a problem with understanding how to use example models yolov2 with MaixPy3 nn on Sipeed MAIX-II Dock V831.
In the MaixPy3_scripts example applications presented [here](https://github.com/sip…
-
**Describe the bug**
I am trying to deploy a custom model on Maix Dock I, which firmware is 0.6.2.
The board crashed when I try to load the model.
**To Reproduce**
The model I try to deploy is…
-
Steps to reproduce the behavior:
1. Go to MaixPy IDE
2. Past this script
```
import image, time
import KPU as kpu
task = kpu.load(0x300000)
anchor = (1.889, 2.5245, 2.9465, 3.94056, 3.99987, …
-
I can not seem to get any firmware downloaded to the Maix Dock II, all other boards work including Maixduino, Maix Bit, Maix Dock.
The error is always fail to detect board - even though the 2 COM s…
-
Before Configure amigo hardware with config_maix_amigo.py (https://github.com/sipeed/MaixPy_scripts)
- Sipeed Maix Amigo worked well.
After Configure amigo hardware with config_maix_amigo.py
- Be…
-
Hi there
**Describe the bug**
Maix Duino Board is not connecting with Maixpy IDE and if connected, not working as expected.
Initially, everything was working fine and I was able to do mobile net…
-
您好,
請問Normal firmware: maixpy_v0.6.2_54_g897214100.bin 如何Import "Speech_recognizer" Library ?
謝謝.
- IDE version: [Maixpy 0.2.5]
- Firmware version: [maixpy_v0.6.2_54_g897214100.bin]
- Board…
-
Do we have an example for recording and playing audio on MaixCube? I tried https://github.com/sipeed/MaixPy_scripts/blob/master/multimedia/audio/record_play.py but it does not work.
-
**Describe the bug**
When I do img.save or v.capture I get ENOENT.
**To Reproduce**
Run "demo_video_capture.py"
**Expected behavior**
Video/image gets saved to SD card
**Actual behaviour**…
-
Hello,
I got the LCD to work on the Maixduino. This is neat. Anyway, I cannot get the camera to snap photos due to this line:
Sipeed_OV2640 camera(FRAMESIZE_QVGA, PIXFORMAT_RGB565);
The e…