Q150. A team has just received a task to build an application that needs to recognize faces in streaming videos. They will get the source videos from a third party which use a container format (MKV). The APP should be able to q

欢迎免费使用小程序搜题/刷题/查看解析,提升学历,成考自考报名,论文代写、论文查重请加客服微信skr-web


Q150. A team has just received a task to build an application that needs to recognize faces in streaming videos. They will get the source videos from a third party which use a container format (MKV). The APP should be able to quickly address faces through the video in real time and save the output in a suitable manner for downstream to process. As recommended by the AWS Solutions Architect colleague they would like to develop the service using AWS Rekognition. Which below options are needed to accomplish the task? Select 3.

A.S3 buckets to store the source MKV videos for AWS Rekognition to process. S3 should be used in this case as it has provided an unlimited highly available and durable storing space.Make sure that the third party has the write access to S3 buckets.
B.A Kinesis video stream for sending streaming video to Amazon Rekognition Video. This can be done by using Kinesis utMedia?API in Java SDK. The PutMedia operation writes video data fragments into a Kinesis video stream that Amazon Rekognition Video consumes.
C.An Amazon Rekognition Video stream processor to manage the analysis of the streaming video. It can be used to start stop and manage stream processors according to needs.
D.Use EC2 or Lambda to call Rekognition API etectFaces?with the source videos saved in S3 bucket. For each face detected the operation returns face details. These details include a bounding box of the face a confidence value and a fixed set of attributes such as facial landmarks etc.
E.After the APP has utilized Rekognition API to fetch the recognized faces from live videos use S3 or RDS database to store the output from Rekognition.
Another lambda can be used to post-process the result and present to UI. F.A Kinesis data stream consumer to read the analysis results that Amazon Rekognition Video sends to the Kinesis data stream. It can be an Amazon EC2 instance by adding to one of Amazon Machine Images (AMIs). The consumer can be autoscaled by running it on multiple Amazon EC2 instances under an Auto Scaling group.
正确答案BCF
访客
邮箱
网址

通用的占位符缩略图

人工智能机器人,扫码免费帮你完成工作


  • 自动写文案
  • 自动写小说
  • 马上扫码让Ai帮你完成工作
通用的占位符缩略图

人工智能机器人,扫码免费帮你完成工作

  • 自动写论文
  • 自动写软件
  • 我不是人,但是我比人更聪明,我是强大的Ai
Top