About RecognizeCelebrities Actions API

0

In my test, it seems Amazon Rekognition detects First Lady Melania Trump,
but doesn't detect President Trump.

I can reproduce it with aws cli:

Steps to Reproduce:

President Trump:

$ curl -o trump.jpg https://www.whitehouse.gov/wp-content/uploads/2017/11/President-Trump-Official-Portrait-200x200.jpg
$ aws rekognition recognize-celebrities --image-bytes fileb://trump.jpg --query "CelebrityFaces[].Name"
[]

First Lady Melania Trump:

$ curl -o flotus.png https://www.whitehouse.gov/wp-content/uploads/2017/11/flotus-200x200.png
$ aws rekognition recognize-celebrities --image-bytes fileb://flotus.png --query "CelebrityFaces[].Name"
[
"Melania Trump"
]

What could be the cause of this problem?
I would appreciate if you could suggest possible solutions.

已提問 5 年前檢視次數 180 次
2 個答案
0

Hi,

Thank you for your feedback. I confirmed that Mr Trump is a supported person in this model, and that a number of other photos of him did provide positive matches. I've noted that we need to improve support here onto our backlog. Various factors affect feature releases, and we are unable to provide specific release times at this point.

In the meantime, you may also consider creating a face collection (with Index Faces) and searching that directly as an alternate or supplemental approach, where coverage in Recognize Celebrities is not currently where you need it. I see that the portrait photo you provided does have a high similarity match to other images of him, so believe that could be a good approach.

AWS
已回答 5 年前
0

Thank you for your answer!
It helps me a lot!

Edited by: cm-motchie on Aug 28, 2019 7:43 PM

已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南