How to load or infer onnx models in edge devices like raspberry pi?
问题 I just want to load onnx models in raspberry pi. How to load onnx models in edge devices? 回答1: You can use ONNX Runtime for ONNX model inference in Raspberry Pi. It support Arm32v7l architecture. Pre-build binary is not provided as of 2020/1/14. So you need to build it from source code. Instruction is described below. https://github.com/microsoft/onnxruntime/blob/master/dockerfiles/README.md#arm-32v7 Install DockerCE on your development machine by following the instructions here Create an