Computer Vision Flashcards
What are six common computer vision tasks?
Image classification Object detection Semantic segmentation Image analysis Face detection, analysis, and recognition Optical character recognition (OCR)
What are Azure’s four computer vision services?
Computer Vision
Custom Vision
Face
Form Recogniser
What is the Computer Vision service?
A cognitive service in Microsoft Azure that provides pre-built computer vision capabilities.
What use cases do the Custom Vision and Computer Vision both cover?
Object detection and image classification.
What is Custom Vision?
An image recognition service that lets you build, deploy, and improve your own image identifiers.
What would you use Azure Face service for?
Detecting faces in an image
What would you use Custom Vision for?
Identifying custom-defined objects in a image
What would you use Computer Vision’s OCR service for?
Reading text in an image
What would you use Computer Vision’s Image analysis service for?
Interpreting an image and suggesting an appropriate caption
Categorising an image
Suggesting relevant tags that could be used to index an image
Recognising landmarks and celebrities in an image.
When would you use Custom Vision over Computer Vision?
When you need to specify the labels and train custom models to detect them.
What is Azure Form Recogniser?
A specialised OCR service that lets you build automated data processing software using ML technology.
What is Form Recogniser used for?
Automating data entry in applications and enriching documents’ search capabilities.
What can Form recogniser identify and extract?
Text Key/Value Pairs Selection Marks Tables Structures
What 3 things can Form Recogniser output?
The relationships in the original file
Bounding boxes
Confidence scores
What is Form recogniser composed of?
Custom document processing models, prebuilt models, and the layout model.