
Answer-first summary for fast verification
Answer: Train a custom model using Azure Custom Vision to detect machinery, tools, and safety equipment.
Training a custom model using Azure Custom Vision is the most effective approach for detecting specific objects in a manufacturing environment. This allows for tailored training data and higher accuracy in identifying machinery, tools, and safety equipment, which are critical in such settings.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are tasked with developing an application that requires identifying various objects in images taken from a manufacturing plant. The application needs to detect specific machinery, tools, and safety equipment. Describe how you would use Azure AI Vision to select visual features that meet these image processing requirements, and explain the steps you would take to ensure accurate object detection.
A
Use the Azure AI Vision API to detect general objects and filter results based on keywords.
B
Configure the Azure AI Vision API to focus on specific object categories relevant to manufacturing.
C
Train a custom model using Azure Custom Vision to detect machinery, tools, and safety equipment.
D
Implement a combination of Azure AI Vision and Azure Machine Learning to enhance object detection.