How to create ONNX image segmentation application using C++?

Viewed 24

I have a Pytorch image segmentation model and I tested it to segmentate using onnx runtime. I want to create image segmentation using C++ but I don’t know how to give an image to the segmentation model and how to take an image from the model.

If anyone knows, can you explain the details?

0 Answers
Related