Check this reference sample for deploying ONNX models to IoT Edge devices. This reference implementation is using a DevOps pipeline to automate the retraining-deployment steps for CI/CD. It uses a keras->onnx conversion to generate the ONNX graph in the Jupyter notebook.
How to deploy a keras or tensorflow model on iot edge and inference using onnx runtime?

Anurag Shelar
181
Reputation points
I have developed a classification model in keras. I wish to deploy this model onto iot edge device.How can I inference this model using onnx runtime..How to write the scoring script.Is there any good source to refer the same?
{count} votes
2 answers
Sort by: Most helpful
-
Sander van de Velde 16,126 Reputation points MVP
2020-12-22T22:04:08.817+00:00 Hello @Anurag Shelar
This is not a simple question to answer due to the many different ways of handling a model.
I recommend checking out the MS Learn modules for the AI Edge Engineer role first.
After that, check out this handson lab based on a yolo model on a Jetson Nano.
Last but not least, look at this page and follow workflow WF1.