-
# K210 开发板相关问题 — rCore-Tutorial-Book-v3 0.1 文档
[https://rcore-os.github.io/rCore-Tutorial-Book-v3/chapter0/6hardware.html](https://rcore-os.github.io/rCore-Tutorial-Book-v3/chapter0/6hardware.html)
-
-
-
This is definitely a better MPy port for K210 for Pythonic programming. I can explore a lot of MPy modules and features.
But regarding to access the KPU, I'm not sure how to do it. Please advice.
-
很多人想找到可用的基于rtt的工程,但是都很难找到,如果在名字里面加上,肯定有很多人可以看到了
30toB updated
4 years ago
-
Hello,
we want to use the k210 on a larger scale and i am currently testing it among other edge devices.
I need to know the exact layer execution times of a pretrained tensorflow model.
I am t…
-
Hi, I have a number of TFLITE models that I have trained for a specific image classification task, and they run well on the Maix Dock board. I have used ncc to compile them into Kmodel files for use w…
-
Hi can i use pretrained backbone mobilenet darknet network as feature extractor, freeze this layers and train only detector layers ? AKA transfer learning ?
-
想知道,数据集的输入尺寸一定是224乘224吗?数据集的输入尺寸能否是任意大小呢?
网络的模型输入是224×224,最后输出在K210开发板上的LCD屏幕上的图像大小也是224×224。能否对网络的部分参数进行修改,使得输入模型的图像尺寸大小和最后输出在LCD屏幕上的图像大小是320×240?
-
Sample code: **selfie.ino**
A huge amount of errors like:
Adafruit_SPIDevice.h: 61:22: error: 'BitOrder' has not been declared
Adafruit_SPIDevice.h: 86:3: error: 'BitOrder' does not name a type
Ad…