Rekognition Custom Labels Max Results

0

Hi,

The AWS Rekognition Service has a limit of 30 Bounding boxs per Image When use Detect Custom Labels Action?
I have tried to change the MaxResults parameter to other value (50) but i still getting the Maximum of 30 My custom Labeled detected on every Image that i use. And it's supposed the Rekognition Model detect more than 30 in the images that i'm using. At first i though the model needs more training to detect more my custom label.
But this happen to every image i use, so i'm starting thinking if this is a Limit.
I'm using confidence = 1%.

Regards,
Fábio Santos

질문됨 3년 전506회 조회
3개 답변
0

Hi Fábio,
MaxResults does not control bounding box, please see more details in this page: https://docs.aws.amazon.com/rekognition/latest/dg/API_DetectCustomLabels.html#API_DetectCustomLabels_RequestSyntax

And the result may have up to 50 bounding boxes.
답변함 3년 전
0

Hi,

Thanks for the answer. This 50 it's a hard limit? I want analyze images with more than 50 Labels. It's possible increase this limit or any workaround?

Regards,
Fábio Santos

답변함 3년 전
0

Hi Fábio,

  • Maximum number of unique labels per manifest is 250. That means, you can train a model that can classify/detect 250 unique labels.
  • Maximum number of labels per image is 50. That means, you can add maximum 50 labels/bounding boxes to your each image.

Please refer this public documentation for more details.
https://docs.aws.amazon.com/rekognition/latest/customlabels-dg/limits.html

AWS
답변함 3년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠