AI-900 · Question #106
You use drones to identify where weeds grow between rows of crops to send an Instruction for the removal of the weeds. This is an example of which type of computer vision?
The correct answer is C. object detection. Object detection is similar to tagging, but the API returns the bounding box coordinates for each tag applied. 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. https://docs.microsof
Question
Options
- Ascene segmentation
- Boptical character recognition (OCR)
- Cobject detection
How the community answered
(38 responses)- A18% (7)
- B11% (4)
- C71% (27)
Explanation
Object detection is similar to tagging, but the API returns the bounding box coordinates for each tag applied. 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. https://docs.microsoft.com/en-us/ai-builder/object-detection-overview https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/overview-ocr https://docs.microsoft.com/en-us/azure/azure-video-analyzer/video-analyzer-for-media- docs/video-indexer-overview
Topics
Community Discussion
No community discussion yet for this question.