This is not an issue, just an idea. How I should handle the object detection from the customvision.ai model? I define this input :
runner.AddInput(graph["Placeholder"][0], tensor).Fetch(graph["model_outputs"][0]);
but I have no idea on how to handle it.
This is not an issue, just an idea. How I should handle the object detection from the customvision.ai model? I define this input :
runner.AddInput(graph["Placeholder"][0], tensor).Fetch(graph["model_outputs"][0]);but I have no idea on how to handle it.