This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Writing an app in python for a research project. We are using the ComputerVisionClient
from azure.cognitiveservices.vision.computervision
to send images for tagging. Specifically, we are calling tag_image_in_stream
from the ComputerVisionClient to send local files for tagging by Cognitive Services. Our endpoint is https://{domain}.cognitiveservices.azure.com/
.
Our results were looking a little suspicious as the most tags we ever got for one image was 20 tags. I was reading through the documentation (links below) and I don't see any mention of a way to set the tag limit or confidence limit when using the ComputerVisionClient. Is there something I'm missing? Or is there no real parameters to set when making these kinds of requests? I was able to do so for all of the other major image tagging libraries.
https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-tagging-images
Edited for formatting.
Post Details
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/AZURE/comme...