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
5
votes
1 answer

IBM Watson Visual Recognition Service in Bluemix always returning empty content

I'm trying to test the IBM Watson Visual Recognition Service in Bluemix using the API tester. 1st I want to get the list of valid labels: I open the API tester:…
Romeo Kienzler
  • 3,373
  • 3
  • 36
  • 58
4
votes
1 answer

IBM Watson visual recognition - invalid API key

I'm trying to use the visual recognition from IBM Watson using their API. Here is the POST request I am sending: https://gateway-a.watsonplatform.net/visual-recognition/api/v3/classify?api_key={MY_API_KEY}&version=2016-05-20 and I specify my image…
Mathieu
  • 311
  • 2
  • 12
3
votes
1 answer

How to convert IBM Watson cURL commands to PHP

I need to convert this cURL command in PHP to use it on my site in WordPress. curl -X POST -F "images_file=@fruitbowl.jpg" -F "parameters=@fruit.json"…
3
votes
2 answers

Watson Visual Recognition API

I am trying to use the Watson Visual Recognition API as an OCR component, however while it is doing a good job on the computerized text, I want to expand it more to recognize "Nicely-handwritten" text. Is it possible to use the custom classifiers to…
WiredCoder
  • 916
  • 1
  • 11
  • 39
3
votes
1 answer

"Classify" images with Watson Image Recognition

In the Watson Image Recognition (IR) demo, you can give the app an image, and it will classify it, and tell you what it thinks is in the image. How does it achieve this? So far as I can tell from the documentation, you can only give it positive and…
2
votes
0 answers

Error in Watson Visual Recognition service: Received empty image data response

I am using Watson Studio to build a Visual Recognition model for detecting weed in plants images by using Object detection. When I try to label more images for my custom object detection it pops up this error: An error occurred while updating…
chuky pedro
  • 756
  • 1
  • 8
  • 26
2
votes
2 answers

IBM- VisualRecognitionV3- DeprecationWarning: VisualRecognitionV3 is a deprecated function

I want to use the visual Recognition from IBM (Classify an image) by using python 3.7 but it gives this error : main:3: DeprecationWarning: VisualRecognitionV3 is a deprecated function. watson-developer-cloud moved to ibm-watson Whatever I try to…
2
votes
1 answer

IBM Watson Visual Recognition - Access is denied due to invalid credentials

I'm trying to use IBM Watson Visual Recognition tool with nodejs (express). I followed the instruction from the guide, but I can't connect with the tool. var fs = require('fs'); var VisualRecognitionV3 =…
2
votes
1 answer

Recognise pose of object (IBM Watson)

I was wondering whether it was possible to recognise if an object is in a desired pose with some visual recognition tools (in particular, I was hoping to use IBM Watson services). For instance, I need to check if a cylinder is in the desired…
2
votes
1 answer

How to handle API key regeneration on service bind in Bluemix Watson Visual Recognition?

I've got a Watson Visual Recognition service bound to a Bluemix Application. I'm managing the application deploy using blue-green deploy with a smoke test. One of the checks I'm including in the smoke test is function which depends on the Visual…
Holly Cummins
  • 10,767
  • 3
  • 23
  • 25
2
votes
2 answers

Visual recognition of local file with Watson

I believe this is a simple question. When using the Watson API via Python, I have no issues running it to detect an image URL. However, I do have trouble doing it for local picture files. My code: from watson_developer_cloud import…
Germ
  • 65
  • 6
2
votes
1 answer

max classes in Visual Recognition custom classifier?

The demo shows a custom classifier for dog breeds using 4 or 5 breeds. There are 340 or so dog breeds, can a classifier be trained with all 340 breeds? There are 28,000 kinds of fish... Is there a limit? Can I train a million classes in a…
2
votes
1 answer

Image Selection for Training Visual Recognition

I am training a classifier for recognizing certain objects in an image. I am using the Watson Visual Recognition API but I would assume that the same question applies to other recognition APIs as well. I've collected 400 pictures of something - e.g.…
GroovyDotCom
  • 1,304
  • 2
  • 15
  • 29
2
votes
1 answer

IBM Bluemix - Visual Recognition. Why low scores?

I’m using Visual Recognition service on IBM Bluemix. I have created some classifiers, in particular two of these with this objective: first: a “generic” classifier that has to return the score of confidence about the recognition of a particular…
2
votes
1 answer

How to classify image using IBM Visual Recognition API Version 3

I have written below code in Node.js to create a classifier and then classify an image using Visual Recognition API Version 3, but the image isn't classified with the created classifier. Same code has worked with earlier version. Please share your…
phanindra
  • 21
  • 1
1
2 3
11 12