-
I‘ve trained my yolo as your demo,but the kmodel cant run continuously,as it says RAM not enough.但是我把yolo变小(把卷积核调小)后,会卡死在kpu.run_yolo2这一步,五六分钟都没有输出结果。请问是我训练出错了吗
-
I'm currently developing a SLAM algorithm that I would like to run on K210 and for this, I need to input 2-3-more images to the network at the same time (stacked by channels).
I've browsed through th…
foxis updated
4 years ago
-
https://wiki.sipeed.com/soft/maixpy/zh/get_started/upgrade_maixpy_firmware.html
-
I'm trying to write firmware for the Sispeed MAix BiT (with microphone); for a thermostat controller, using these crates, with an interest in providing examples or possibly contributing to **cargo-fla…
-
### Expected behavior
I compiled a .tflite model with ncc 1.0.0-fec915fb and try to run it on K210.
Unfortunately the model isn't running because the code fails with the following error message:
…
-
The MaixPy IDE gives reports: "ValueError: [MAIXPY] kpu: load error:2003, ERR_KMODEL_FORMAT: layer_header.body_size
-
你好 ,这个代码支持maix dock嘛,如过不支持,请问 需要如何修改呢,思路是什么呢
-
hello我尝试了您的kmodel,可以顺利上传我的maixdock发开发板,想请问您是用的.weights和什么编译的kmodel呢?
-
Hello there,
I\`m trying to port NuttX to LoongArch, which is used in 64-bit microcontroller.
Currently i`m a student and hope to learn some OS knowledge during porting.
Is it a good choice to t…
-
The usocket in Maixpy lack of functions such as socket.bind, socket.listen and socket.accept, thus Maixpy can't work as a server.
More over, other package like upip etc. is still absense, we hope mai…