question

AlpeeJain-9223 avatar image
0 Votes"
AlpeeJain-9223 asked romungi-MSFT answered

Azure Custom Vision - Image search

I need to get all the similar images (actual image URL) when I pass the image to the custom vision API, currently, it gives me the matching tags in the predictions.
In my product there is going to be just one Tag and millions of images under that tag, I need the capability that the user finds the similar images (not just the tags), let me know if it is possible? Something similar what Azure Cognitive Bing API does, but I cannot create my own data source there..
Would appreciate a prompt response..

Thanks,
Alpee

azure-cognitive-servicesazure-custom-visionazure-bing-image
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

romungi-MSFT avatar image
0 Votes"
romungi-MSFT answered

@AlpeeJain-9223 The current version of the custom vision or computer vision API's allows you to pass an image URL and get the tags or features associated with the image so that the response can be processed by the client. The API itself cannot directly analyze and provide the list of image URLs that are similar from a storage location. In an ideal scenario you would like to tag the images with different tags during training and then use the predict API to get the predicted tag and classify the image under that category or tag.

If you would like to still use one tag and check for similar images in your database, you can make individual calls of an image URL to computer vision analyze image API and process the responses from all image URLs and store the results in a DB so your product can give suggestions to your customers later. I hope this helps.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.