ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 24 - AI-900 discussion

Report
Export

You send an image to a Computer Vision API and receive back the annotated image shown in the exhibit.

Which type of computer vision was used?

A.
object detection
Answers
A.
object detection
B.
face detection
Answers
B.
face detection
C.
optical character recognition (OCR)
Answers
C.
optical character recognition (OCR)
D.
image classification
Answers
D.
image classification
Suggested answer: A

Explanation:

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

asked 26/09/2024
Daniel Hernandez Villar
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first