aws-samples / amazon-rekognition-video-analyzer

A working prototype for capturing frames off of a live MJPEG video stream, identifying objects in near real-time using deep learning, and triggering actions based on an objects watch list.
Other
368 stars 158 forks source link

Typo in the Readme: parameter RtRekogS3BucketNameParameter in cfn-params.json does not exist #5

Closed shazic closed 7 years ago

shazic commented 7 years ago

For parameter s3_bucket of imageprocessor-params.json, the instructions in the readme file say:

The value specified here must match the value specified for the RtRekogS3BucketNameParameter parameter in the cfn-params.json file.

However, the parameter RtRekogS3BucketNameParameter is not defined in cfn-params.json. This parameter is not used in any programs either.

This could be a typo, or is it the FrameS3BucketNameParameter that it is trying to refer to?

moanany commented 7 years ago

@shazic Thank you for pointing this out. I've just fixed it.