ai-901 Practice Question 1881
Exam: ai-901
Domain: Describe features of computer vision workloads on Azure
Topic: Identify types of computer vision solutions
Difficulty: medium
A company wants to develop a system that can automatically identify different types of plants in their greenhouses based on images taken by drones. Which type of computer vision solution would be most appropriate for this task?
Answer Options
A
Object Detection
B
Image Classification
C
Optical Character Recognition (OCR)
D
Face Detection
Correct Answer
B: Image Classification
Explanation
Image classification is the most suitable solution for identifying different types of plants in images. It involves training a model to recognize various plant species based on input images. Object detection would be more appropriate if the system needed to locate specific parts or instances of plants within an image, while OCR would not be relevant as it is used for recognizing text characters. Face detection is also not applicable since the system does not need to recognize human faces.