Questions tagged [visual-recognition]

Use this tag when asking questions about the IBM Watson Visual Recognition

The IBM Watson Visual Recognition allows you to derive insights from an image based on its visual content. You can organize image libraries, understand an individual image, and create custom classifiers for specific results that are tailored to your needs.

More information: http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/visual-recognition.html

169 questions
1
vote
0 answers

Watson: Error message - excessive number of https connections to this service

I'm working with the Watson Visual Recognition service using Cygwin and curl. I am submitting a zip of images to create a new class in an existing classifier, however I am getting this response: "If you are seeing this message, you are likely…
arumiat
  • 123
  • 2
  • 9
1
vote
1 answer

Face Recognition by using IBM Watson Visual Recognition

I am currently evaluating capabilities of IBM Watson Visual Recognition service to recognize faces. So that System should identify the each person that we have trained. Individuals may come with different clothes, and other possible variations. But…
1
vote
1 answer

Watson Visual Recognition: How to find location of classified content

Is there a way to get Watson Visual Recognition to return the location of the classified content (car, tree, etc.) when using image classification? This capability exists in the face recognition service and would be invaluable in general image…
Bob Dill
  • 1,000
  • 5
  • 13
1
vote
1 answer

Android IBM Watson visual recognition service

IBM Watson has a Visual Recognition service: http://www.ibm.com/watson/developercloud/visual-recognition.html Here is the API explorer to test calls to the API: http://www.ibm.com/watson/developercloud/visual-recognition/api/v3/ The tutorials and…
Areeba Kamil
  • 23
  • 1
  • 7
1
vote
2 answers

Visual Recognition Error when creating credentials

I am trying to create credentials for a bound VR service. Service broker error: {"description"=>"Only one free key is allowed per account in a 24-hour period."} I am not using any other VR/AlchemyAPI service. Only some days ago I used another app…
jpsstack
  • 1,221
  • 4
  • 18
  • 29
1
vote
2 answers

What are the rules for class names in IBM Watson Visual Recognition service?

I'm exploring IBM Watson Visual Recognition service and when I create a classifier using classnames like 'black-dog' (i.e. black-dog_positive_example), this classname is later returned as 'black_dog' (with underscore replacing dash) when I classify…
Leandro David
  • 577
  • 6
  • 20
1
vote
1 answer

invalid-api-key in Watson Visual Recognition API

I would like to classify images by calling Watson Visual Recognition APIs. So, I set my end point as (a) and sent a request message as (b) However, I received an error message as (c) How can I resolve this issue? FYI. - The API Key was…
Joon Cho
  • 11
  • 2
1
vote
1 answer

Watson Visual Recognition error code 400

I am trying to classify an image and following this doc. Here is my cURL command : curl -X POST -F "images_file=~/fish.jpg"…
Algor7
  • 149
  • 1
  • 14
1
vote
1 answer

Convert image URI into File object

I am developing an app in which my requirement to select an image from the SD card and send in to IBM Waston Visual Recognition service to identify the content in the image. I am doing like this.. ... private VisualRecognition service; private…
Algor7
  • 149
  • 1
  • 14
1
vote
4 answers

IBM Watson Visual Recognition in Java

I want to use IBM Watson Visual Recognition for my android app and want to call APIs in JAVA but i don't find any example or any reference to the list of methods in JAVA to use this service. You can see the JAVA examples are missing here. Please…
Algor7
  • 149
  • 1
  • 14
1
vote
3 answers

Is this possible to train an exist custom classifier once it has been created

I had a custom classifier created some while ago, and now I wish to train this specific classifier with more positive and negative images and with the classifier ID available. Is it possible to train this classifier? If yes, how?
Yuning
  • 53
  • 4
1
vote
2 answers

I want to get the insights of the image stored on the Softlayer cloud WITHOUT DOWNLOADING IT LOCALLY using ibm watson Visual Recognition

I want to do some Analytics on the image hosted on the cloud using IBM Watson Visual recognition. Currently I am downloading the image and storing it locally and then give it to the Watson visual Recognition service. I dont want to download the…
1
vote
1 answer

IBM Bluemix Watson visual recognition authorization issue

under my IBM Bluemix account, I have registered a Watson Visual Recognition service. My intention is to call the service from Bizagi BPMS as REST service. Bizagi brings an "unauthorized" error. The URL for the REST Service…
Andreas L
  • 21
  • 1
0
votes
1 answer

Where is the Visual Recognition Module on Watson Studio Lite located?

I can't seem to get Visual Recognition Module to work it stuck on this page I am already using the AI/Machine learning module but can't find the Visual Recognition module. Is this a limitation for using Watson Lite?
allan
  • 3
  • 1
0
votes
1 answer

503 Internal Server Error raised when creating classifier using IBM Watson Visual Recognition

I am a beginner in using Watson Visual Recognition and am trying to create a custom classifier to classify dog images. However, when trying to create my classifier as shown in the code snippet below, I get an error. with open ('beagle.zip','rb') as…