使用 Amazon Rekognition 将图像与图像桶匹配
Match an image to bucket of images using Amazon Rekognition
我正在项目中使用 Amazon Rekognition。我的要求是最初将一组产品上传到存储桶,当用户将图像上传到我的门户时 he/she 应该从我的存储桶中得到匹配(相似)image/images。这可能吗?
AWS Rekognition 只支持一组标签,亚马逊一直在扩展它,但他们不支持用户定义的标签。这是他们的常见问题解答 (source)
中的一个片段
Q. I can’t find the label I need. How do I request a new label?
Please send us your requests through AWS Customer Support. Amazon
Rekognition continuously expands its catalog of labels based on
customer feedback.
我正在项目中使用 Amazon Rekognition。我的要求是最初将一组产品上传到存储桶,当用户将图像上传到我的门户时 he/she 应该从我的存储桶中得到匹配(相似)image/images。这可能吗?
AWS Rekognition 只支持一组标签,亚马逊一直在扩展它,但他们不支持用户定义的标签。这是他们的常见问题解答 (source)
中的一个片段Q. I can’t find the label I need. How do I request a new label?
Please send us your requests through AWS Customer Support. Amazon Rekognition continuously expands its catalog of labels based on customer feedback.