收集关于K210的MaixPy开发和SDK IDE开发等的软硬件入门资料,帮助初学者快速了解、学习和入门K210。
K210 是 RISC-V 64 位双核处理器,集成了可运行神经网络算法的硬件 IP核,以及其它常用外设。其可直接跑 kmodel 格式模型,此模型可从 TensorFlow 模型转换为 TFlite 模型、TFLite 模型转换为 K210 的 kmodel 模型 而得到。
仓库内容比较大 约 270MB。
- https://github.com/kendryte —— 梦开始的地方,源头,包括 K210 的 c 语言开发 IDE 及其丰富的历程 SDK,包含裸机和 FreeRTOS 两版。
- https://github.com/kendryte/kendryte-standalone-demo —— c 语言开发 IDE 下的丰富历程,kendryte 名下另有 FreeRTOS 版本。
- https://github.com/kendryte/kendryte-doc-standalone-programming-guide —— c 语言开发 IDE 下的裸机编程手册,kendryte 名下另有 FreeRTOS 版本。
- https://www.canaan-creative.com/developer SDK、HDK 等下载。
- 嘉楠开发者社区 (canaan-creative.com) 模型库。
-
https://github.com/sipeed/MaixPy —— 发扬光大,microPython 语言开发 IDE —— MaixPy。
-
https://github.com/sipeed/MaixPy_scripts —— MaixPy 的丰富历程。
-
MaixPy 的编程手册:Github 地址(旧版),Github 地址(新版),网页版(推荐)。
-
MaixPy - Sipeed 开源社区 —— MaixPy 论坛。
p.s 菩萨保佑链接别随随便便就挂掉,找这么多不容易。
-
K210 MaixPy 从入门到飞升--AI视觉篇--完全教程(以及一些小问题处理比如内存不足)-次世代BUG池 (neucrack.com) 比较完整的入门教程。
-
神器!K210开发板运行神经网络模型(保姆级教程)_ JeckXu的博客-CSDN博客 _k210和openmv哪个好用。
-
mushroom-x/K210_Tutorial: K210基础入门教程 edit by Kyle阿凯 (github.com) 系列文章教程。
-
肥罗-阿勇创造中心-造物记(Makelog) (dfrobot.com.cn) 这位写了很多 K210 教程文章,但不过是图形化编程。
-
《基于RISC-V的人工智能应用开发 RISC-V 构架人工智能芯片 K210 应用开发教程书籍 Ke》廖义奎刘炽何佳煜【摘要 书评 试读】- 京东图书 (jd.com) 书。
-
TonyZ1Min/yolo-for-k210 (github.com) 此教程可以完整的在Win完成:制作数据集、训练yolo、转换成k210可用的Kmodel文件。
- elloza/awesome-k210: A curated list of awesome K210 hardware, projects and resources. (github.com)。
- YOLO训练教程-K210实现20分类目标检测_哔哩哔哩_bilibili,完整软硬件开源方案,硬件设计,软件设计。
- 1658608470/Learn_MaixPy: 学习使用Sipeed公司的Maix Go开发板过程中实际测试过的一些小项目合集(github.com)。
- LZBUAV/K210_Python: Kendryte K210人工智能芯片应用程序集合,包括人脸检测、颜色检测、目标检测和分类、二维码和Apriltag代码检测以及和ArduPilot飞控软件的通信。这些应用程序已部署到无人机终端。This repository is a collection of applications for the Kendryte K210 AI chip which include face detection, color detection, object detection and classification, QR code and Apriltag code detection ,and communication with the ArduPilot flight software. Finally, we can deploy these applications to the UAV terminals and make drones more intelligent. (github.com)。
- 超迷你的智能摄像头A-Eye,(github.com)。
- zhen8838/K210_Yolo_framework: Yolo v3 framework base on tensorflow, support multiple models, multiple datasets, any number of output layers, any number of anchors, model prune, and portable model to K210 ! (github.com)。
- andriyadi/MaixPy-TrashClassifier: A simple trash/waste classifier developed using MaixPy (a MicroPython framework) to run on K210 MCU on Sipeed's Maix dev board (github.com)。
- lemariva/MaixPy_YoloV2: YOLOv2 object detector training for a MAix-board (github.com)。