Detect Objects In Images (Part 2)
Train an Object Detector You can either utilize the REST API or SDK to build code that carries out the training activities, or you can use the Azure AI Custom Vision portal to upload and label photos prior to training, assessing, testing, and releasing the model. The labeling of the images with tags is the main distinction between training an object detection model and training an image classification model. Object detection necessitates that each label have a tag and a region that specifies the bounding box for each object in an image, whereas image classification requires one or more tags that apply to the entire image. You can label your training photos using the graphical interface offered by the Azure AI Custom Vision portal. Consider Options for Labeling Images The Azure AI Custom Vision portal's interactive interface is the simplest way to identify photos for object detection. By sliding the bounding box to enclose the object you wish to label, you can modify or add tags t...