/pytorch-k210

Deploy deep learning models from Pytorch to K210 board

Primary LanguagePython

Pytorch K210

TL;DR🚀

This repo intends to introduce a complete routine for deploying deep learning models to k210 board, using the MNIST digit recognition as an example.

Pipeline🧐

Pytorch --> ONNX --> NNCASE --> KModel --> K210 SDK / MicroPython

Tutorials📖

You can find the tutorial here (简体中文), bon appetite!

Goals🛠

This project is still building and improving, hoping to help more starters with deploying DL models on K210.

  • Use Micropython to load KModel
  • Use C SDK to load the KModel
  • Add object detection pipeline

Thanks❤️