Retracted: Object Detection and Recognition using Amazon Rekognition with Boto3
Vivek Sharma
Abstract
In Image Processing, the problem of Object Recognition is regarded as difficult. It's an important aspect of PC vision because so many PC vision programmes rely on it for effectiveness. To address this issue, a number of identifying terminology and frameworks have been discussed for quite some time. The purpose of this paper is to give a briefoverview of a range of platforms in the field of computer vision and object recognition. For the most part this paper covers a relatively mature service from AWS(Amazon Web Services), Amazon Rekognition which is easy to integrate into other services like Lambda, providing huge volume of details in its analysis. The paper incorporates different viewpoints that have been utilized by various analysts for object spotting and recognition. Rekognition is able to recognise objects and scenarios within photographs in this article, returning a confidence measure ranging from 0 to 100% for each label returned. It accomplishes this by using AWS’ Python client Boto3 and the detect labels method. This works by supplying an image, a limit on the number of labels to return, and a confidence level for filtering out ambiguous results.