Please reach out if you still have any questions on the same.
Deploying ONNX to raspberry

I am looking for your assistance. In fact I am working on a project using R-CNN detector (Regional convolutional neural network) for object detection. I created the detector and trained by MATLAB and tested and it works fine however when I come to the stage to test it and deploy it to raspberry, the MATLAB does not support the deployment of this detector to hardware. I saw many resources that it can be converted to ONNX format. I have already converted the MATLAB file to ONNX file and now I am looking for the steps to use this onnx file and deploy to raspi
I saw this following example and it is done so that ONNX file deployed to Raspberry by Visual studio
https://www.henkboelman.com/articles/running-win-ml-on-the-raspberry-pi/
Kindly looking your assistance
Is there any update?