Publishing and Testing the Custom Object Detection Model
Learn to build an Object Detector using the Azure Custom Vision SDK for Python.
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 publish our model and do a quick test.
Publishing the iteration
Before using the model, we need to publish it so that the model is accessible.
The code snippet mentioned below should be executed only when the training of the model is completed.
Get hands-on with 1200+ tech skills courses.