Reputation: 145
We have a customer requirement to search similar images in a collection using Watson Visual Recognition. The documentation mentions that each collection can contain 1 million images. Thus, I have the following questions:
a) What is the maximum size of the image?
b) Each image upload takes up to 1 second and the standard plan has a limit of 25000 images per day. So, can only 25k images added to the collection/day?
c) The customer has about 2 million images. How can we upload the images faster?
d) Is there a separate plan available for bulk volumes?
Upvotes: 0
Views: 262
Reputation: 1106
Ravi, I see you posted your question on developerWorks too - please see my answer here: https://developer.ibm.com/answers/questions/379227/similarity-search-api-of-watson-visual-recognition/
Upvotes: 0
Reputation: 1787
This information comes from the Visual Recognition documentation at the following url: https://www.ibm.com/watson/developercloud/doc/visual-recognition/customizing.html
Size limitations
There are size limitations for training calls and data:
Guidelines for good training Anchor link
The following guidelines are not enforced by the API. However, the service tends to perform better when the training data adheres to them:
Guidelines for high volume classifying Anchor link
If you want to classify many images, submitting one image at a time can take a long time. You can maximize efficiency and performance of the service in the following ways:
Upvotes: 3