Publishing and Testing the Custom Object Detection Model
Explore how to publish and test a custom object detection model built with Azure Vision Cognitive Services. Understand the steps to deploy your trained model, make it accessible via Azure resources, and validate its accuracy using test images and prediction scores.
We'll cover the following...
We'll cover the following...
In the previous lesson, we created the custom vision project and trained the model using the dataset containing the images of fork and scissors with their locations in the image.
Now, it’s time to ...