-
**Describe the bug**
Hi,
I am trying to perform inference using a MLP Network with 70 inputs.
```python
import sensor, image, time, lcd
from maix import KPU
import gc
lcd.init(freq=1500…
-
**Describe the bug**
When I try to execute the driver program from the MaixPy IDE i get "ValueError:[MAIXPY] kpu:load error:2006 , ERR_No_MEM: memory not enough".
From kpu.memtest(), the following…
-
Hi,
I am trying to deploy a kmodel on a K210 (Sipeed Maix M1 dock).
I would like to support the latest version of NNCase possible. My questions are as follows:
- What is the lastest version of…
-
Hi,
I am trying to run a Mnist network on JPEG images (3-channels, range 0-255), and the output is the following:
```python
...
filename = "/sd/img0.bmp"
img = image.Image(filename)
img.pix…
-
I want to use SD.h in platformIO for maixduino board but SD.begin(29); return false.
after search in code I found that SPI object (SPIClass SPI) that SD.h use for handle sd card has been launched wit…
-
Great work!
I was able to build and run canmv on Sipeed Maix-Dock, as well as running the provided kpu examples.
I'm experiment with converting a simple cnn (mnist classification):
- nncase 0.2 …
-
In the project canmv_k210 there is kendryte.ld linker script. In that ram_nocache is initialized in Memory region. But it is nowhere used in the other part of the linker script. I need clarity on the …
-
Hi, I'm recently tweaking kernels and toolchains for 32-bit RISC-V No-MMU systems, I faced the same problem and I guess I came up with some solutions. So far I only tried 32-bit, but I guess they can …
-
no usbdrive appears on win & linux
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…