You need to determine the location of cars in an image so that you can estimate the distance between the cars. Which type of computer vision should you use? A. optical character recognition (OCR) B. object detection C. image classification D. face detection Suggested Answer: B Object detection is similar to tagging, but the API returns the bounding box coordinates (in pixels) for each object found. For example, if an image contains a dog, cat and person, the Detect operation will list those objects together with their coordinates in the image. You can use this functionality to process the relationships between the objects in an image. It also lets you determine whether there are multiple instances of the same tag in an image. The Detect API applies tags based on the objects or living things identified in the image. There is currently no formal relationship between the tagging taxonomy and the object detection taxonomy. At a conceptual level, the Detect API only finds objects and living things, while the Tag API can also include contextual terms like "indoor", which can't be localized with bounding boxes. Reference: https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-object-detection This question is in AI-900 Microsoft Azure AI Fundamentals Exam For getting Microsoft Certified: Azure AI Fundamentals Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer