How to return image classification result to an output

I have created a model on my computer, export it to onnx model and run it on the jetson inference docker, it then successfully output the image classification label to me, but I am confused on how to result the classified label to an output as I need send the output label to my arduino board.

Hi,

You can find the output in the returned predictions variables.
Then you can send it via some message broker libraries.

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.