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年前503ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ