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 all Let;s assume I have transferred code to the board which is placed in boot.py. Now, How can I replace my code in boot.py. If i again send new...

I'd like to ask how to use the mic array and the on-board mic simultaneously? Since it seems impossible for me to get audio data from the mic array directly...

**Describe the bug** 使用nncase beta4模型转kmodel 在使用kpu.netinfo() 直接出现OSError 2014 **To Reproduce** ![11](https://user-images.githubusercontent.com/83401460/143540796-401c268f-2251-4f79-940d-066e4982b1fa.png) **Expected behavior** 使用nncase beta4 模型转换 和 调试都没有问题 ![image](https://user-images.githubusercontent.com/83401460/143541354-f46e440a-25e8-4571-97e8-a9446894aba9.png) 调试 beta4\ncc infer yolo.kmodel ./tmp --dataset image KPUConv2D: 23.0905ms KPUConv2D: 2.8081ms...

I want to stream maixduino streams to the network. I have found rtsp library on the openmv page. but that doesn't seems to be working with maixduino.

trying to convert a recurrent network and received an error Fatal layer shape is not supported **To Reproduce** mod=keras.models.Sequential() mod.add(layers.LSTM(16,input_shape=(None,22050),return_sequences=True,dropout=0.2)) mod.add(layers.LSTM(32,dropout=0.2)) mod.add(layers.Dense(2,activation="softmax")) mod.compile('adam', loss="categorical_crossentropy", metrics=["accuracy"]) mod.fit(x,y, validation_data=(x_val,y_val), epochs = 16)...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

I didn't test other builds, but if this build have problems all build should be rebuild

I am now able to detect images of the car. by drawing up a frame But I don't know how to use this frame to be able to count frames....

Добрый день. Недавно стал пользователем платы Maixduino. Прошу помощи в вопросах общеобразовательных. 1) Как формируется (создается), можно ли где нибудь посмотреть ее код, узнать что внутри. 2) Что за параметры...

can't display preview video in IDE

bug