I want to be able to detect any kind of objects in an image using pure C# code.
- We used Tcp , in the c# the user will enter the image, it will be sent to the model on python, the model will segment the image and then send the image back to the c#.
This solution works fine but it takes multiple seconds and I want the solution to be real time. - We used onnx to load the SAM model in C# but it also didn’t work.
New contributor
Hagar Ahmed is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.