1 個回答
- 最新
- 最多得票
- 最多評論
1
Hi rePost-User-5089220,
Can you please elaborate what you are looking for ? Are you using DetectCustomLabels
or DetectLabels
API ? If you are trying to filter out some of labels from detection results, there is no label filtering for DetectCustomLabels
. In other case, you can check out DetectLabels API documentation here for Filter inclusion and exclusion parameters.
Please let us know if you need further assistance.
Thanks for reaching out to us.
已回答 2 年前
相關內容
- 已提問 10 個月前
- AWS 官方已更新 3 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 8 個月前
Hi, I'm using the DetectLabels API. I am already using filters, but I was wondering whether it's possible to filter the response so that it only returns detections with instances. In other words, I'm looking to do object detection rather than classification, as I'm using the response from amazon to draw bounding boxes around the detections I find. For example, in this response http://json-parser.com/aa5371a9, I got 4 labels, but only 3 had instances. Is it possible to add a parameter that ensures the face label wouldn't have been returned because it didn't have any instances?