nerdexam
Amazon

MLS-C01 · Question #247

A sports analytics company is providing services at a marathon. Each runner in the marathon will have their race ID printed as text on the front of their shirt. The company needs to extract race IDs…

The correct answer is A. Use Amazon Rekognition. Rekognition's Text Detection feature allows you to easily extract text from images and videos without the need to create a custom model or perform complex training. It's a fully managed service that provides accurate and scalable text detection, recognition, and analysis…

Machine Learning Implementation and Operations

Question

A sports analytics company is providing services at a marathon. Each runner in the marathon will have their race ID printed as text on the front of their shirt. The company needs to extract race IDs from images of the runners. Which solution will meet these requirements with the LEAST operational overhead?

Options

  • AUse Amazon Rekognition.
  • BUse a custom convolutional neural network (CNN).
  • CUse the Amazon SageMaker Object Detection algorithm.
  • DUse Amazon Lookout for Vision.

How the community answered

(27 responses)
  • A
    78% (21)
  • B
    4% (1)
  • C
    15% (4)
  • D
    4% (1)

Explanation

Rekognition's Text Detection feature allows you to easily extract text from images and videos without the need to create a custom model or perform complex training. It's a fully managed service that provides accurate and scalable text detection, recognition, and analysis capabilities. Additionally, Rekognition provides a simple API and SDKs for integrating text detection functionality into your applications. https://docs.aws.amazon.com/rekognition/latest/dg/text-detection.html?pg=ln&sec=ft

Topics

#Amazon Rekognition#Text Detection#Managed Services#Operational Overhead

Community Discussion

No community discussion yet for this question.

Full MLS-C01 Practice