
Answer-first summary for fast verification
Answer: Choose between image classification and object detection models.
Before starting the process of implementing a custom computer vision model, it is important to first choose between image classification and object detection models. This decision will determine the approach and techniques used in the subsequent steps. In this case, since the application requires classifying images of different types of vehicles, an image classification model would be the appropriate choice.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your company is developing a new application that requires the ability to classify images of various types of vehicles. 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 different types of vehicles.
B
Choose between image classification and object detection models.
C
Train a custom image model.
D
Publish a custom vision model.