You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.