
Answer-first summary for fast verification
Answer: Choose between image classification and object detection models.
In this scenario, since the project requires detecting and classifying specific objects within images, it is important to first choose between image classification and object detection models. Object detection models are more suitable for this task as they can identify and locate objects within images, whereas image classification models can only classify the entire image into predefined categories. Once the appropriate model type is chosen, the next step would be to label the images of the objects to be detected and classified.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company is working on a project that requires the ability to detect and classify specific objects within images. You have been tasked with implementing a custom computer vision model using Azure AI Vision. Which of the following steps should you take first?
A
Start labeling images of the objects to be detected and classified.
B
Choose between image classification and object detection models.
C
Train a custom image model.
D
Publish a custom vision model.
No comments yet.