
Answer-first summary for fast verification
Answer: Train a custom model using Azure Custom Vision to detect animal species, especially rare and endangered ones.
Training a custom model using Azure Custom Vision is the most effective approach for detecting specific animal species, especially rare and endangered ones. This allows for tailored training data and higher accuracy in identifying these species, which are critical for conservation efforts.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are tasked with developing an application for a wildlife conservation organization that needs to identify various animal species in images taken in the field. The application should be able to detect rare and endangered species accurately. 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 species 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 wildlife.
C
Train a custom model using Azure Custom Vision to detect animal species, especially rare and endangered ones.
D
Implement a combination of Azure AI Vision and Azure Machine Learning to enhance object detection.