Implement computer vision solutions
Analyze images and videos using Azure AI Vision, custom models, and Video Indexer.
Implementing computer vision solutions in Azure involves leveraging Azure AI Vision services to analyze, process, and extract meaningful information from images and videos. As an Azure AI Engineer, you need to understand several key components and services. **Azure AI Vision Service** is the prima…
Concepts covered: Labeling images for custom models, Selecting visual features for image processing, Detecting objects and generating image tags, Including image analysis features in requests, Interpreting image processing responses, Extracting text from images with Azure Vision, Converting handwritten text with Azure Vision, Choosing between classification and object detection, Training custom image models, Evaluating custom vision model metrics, Publishing and consuming custom vision models, Building custom vision models code first, Using Azure AI Video Indexer for insights, Using spatial analysis for presence detection
AI-102 - Implement computer vision solutions Example Questions
Test your knowledge of Implement computer vision solutions
Question 1
What does the OCCUPIED state refer to in Azure AI Vision spatial analysis presence detection operations?
Question 2
A government agency is modernizing its archive system by digitizing historical handwritten census records from the 1950s. The records are stored as black-and-white microfilm images that have been converted to digital format. The IT team has set up an Azure Computer Vision resource in the East US region and successfully tested the Read API with a few sample images. However, when they attempt to process a batch of 500 images programmatically, they encounter intermittent failures where some requests return an error indicating the service endpoint cannot be reached, while others succeed. The team has verified that their Azure subscription has sufficient quota, the API keys are valid, and the network connectivity is stable. Upon closer inspection, they notice that the endpoint URL they are using in their code is 'https://eastus.api.cognitive.microsoft.com/vision/v3.2/read/analyze'. What is the most likely cause of these intermittent connection failures?
Question 3
A wildlife conservation organization is developing a custom image classification model using Azure Custom Vision to identify endangered species from camera trap footage across 45 remote forest locations. They have successfully trained a model using 22,000 images collected over 18 months, achieving 93% accuracy during validation. The model was trained using the General (compact) domain to enable edge deployment on solar-powered devices with limited connectivity. Three months after deployment, field researchers report that the model performs excellently on species captured during daylight hours but struggles significantly with nighttime infrared images, which constitute 60% of actual camera trap footage. The original training dataset contained only 15% nighttime images. The organization has now collected 8,000 additional nighttime images with proper species labels. They need to update the deployed model across all 45 locations while maintaining the compact model size for edge deployment and preserving the strong daytime performance. What approach should the AI engineer take to incorporate the new nighttime data?