[FAQs] AI Services Flashcards
In what modes can Amazon Translate receive text?
Either real-time or batch
Can Amazon Translate be used if you don’t know what language the text is in?
Yes - it will use Comprehend behind-the-scenes to determine the source language
How is Amazon Translate used to perform batch translation?
Asynchronously with an API call that points to an S3 bucket folder with up to 1 million documents (up to 5 GB)
In what modes can Rekognition receive data?
- Images can be provided either as bytes in the API call or as an S3 path
- Videos can be stored or streaming
What tasks can Rekognition perform
- Detect objects and scenes
- Detect and analyse faces
- Recognise celebrities
- Identify inappropriate content
- Match faces
- Custom labelling (images only)
- Text detection
What video formats does Rekognition support?
MOV and MPEG-4 encoded with the H.264 codec
What is the maximum runtime for stored videos used with Rekognition?
They can be up to 2 hours long
How does image resolution affect Rekognition results?
While it accepts images that are at least 80 pixels in both dimensions, a VGA (640x480) or higher resolution is recommended
How big should objects be for Rekognition to reliably identify them?
As a rule of thumb, at least 5% of the image size
How can Rekognition results be reviewed by a human?
Using Amazon Augmented AI
How is Rekognition used with Amazon Augmented AI?
Results below a threshold, or as part of a random sample, can be sent for human review
Besides resolution, what can affect Rekognition results?
Heavy blur and lighting etc,
What kinds of labels does Rekognition use when classifying?
- Objects e.g. person
- Scenes e.g. beach
- Concepts e.g. outdoors
It uses a hierarchical system so parent labels are provided if they exist
How is object and scene detection different with Rekognition?
It uses multiple frames to better understand motion etc.
How can you tell if the Rekognition model has been updated?
Every API call returns a [*]ModelVersion based on the kind of model e.g. LabelModelVersion