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
2 answers

IBM Watson Visual Recognition parameters method won't accept String implicitly

I created a program with windows builder to make a custom classifier using IBM Watson services and everything works fine but I have problems with the classification of an image using that classifier's ID from a text fie. When I put the custom…
user9151321
1
vote
1 answer

Unable to use custom classifier in Node-Red Watson Visual Recognition node

I have a flow which I use to get an image from the IBM Object storage and pass it to a Watson Visual Recognition node for classification using a custom classifier I had trained. A few weeks earlier it stopped working and the visual recognition node…
FLNX
  • 41
  • 5
1
vote
1 answer

Cannot build Unity project for HoloLens with IBM Watson SDK

I'm having troubles building my Unity project. I tried both a custom scene, created by me, and the example scenes located into Examples/ServiceExamples. Basically, I want to take a picture with the HoloLens webcam and call IBM Watson visual…
1
vote
1 answer

Watson Visual Recognition "Cannot execute learning task. : no classifier name given"

Getting cURL error: {"code":400,"error":"Cannot execute learning task. : no classifier name given"} Getting the same result whether I use the beta GUI tool or a cURL entry: curl -X POST \ -F "Airplanes_positive_examples=@Airplanes.zip" \ -F…
NickL
  • 11
  • 4
1
vote
2 answers

How to set the desired output language in the request for visual recognition in watson?

Following is the java code for visual recognition in IBM watson and it works perfectly fine as English as default o/p language. Now, I want to set Spanish as o/p language. How to do that? How to set the parameter? VisualRecognition service = new…
djac
  • 187
  • 19
1
vote
1 answer

Change the threshold in "IBM Watson Visual Recognition service custom classifier"

I created a custom classifier by using this demo. Although, I trained my two class dataset, while testing (trying the classifier) for some images (test images, not presented in training images) I get the error "The score for this image is not above…
rookie
  • 25
  • 3
1
vote
1 answer

IBM Watson Unity 3d Visual Recognition SDK: Parsing the classifier output results

I am trying to get the results of the Onclassify call into a usable format. I cannot seem figure out how to return classResult.m_class into a usable format such as updating a Text object or to store it in a variable. Can someone please advise what…
1
vote
2 answers

What is the daily limit on the number of images Watson Visual Recognition.

What is the daily limit on the number of images that could be processed using Watson Visual Recognition. Free plan on the doc shows 250. Can we upload more on a Standard plan ??
Vinny
  • 85
  • 1
  • 5
1
vote
2 answers

IBM Watson Visual recognition{"code":400,"error":"Cannot execute learning task. : no classifier name given"}

When I try to train a classifier with two positive classes and with the API key (each class contains around 1200 images) in Watson Visual Recognition, it returns that "no classifier name is given" - but that I have already provided. This is the…
1
vote
1 answer

IBM Watson Visual Recognition Error: Nameless classifier ID not working

I am trying to create a custom image classifier on Jupyter Notebooks via Python 2.7 using the VisualRecognitionV3 class from the python Watson developer cloud service. I created a Watson class to implement the create_classifier(), get_classifier(),…
1
vote
2 answers

IBM Visual Recognition: How do I back up a custom classifier?

The IBM Visual Recognition classifier is simple to use and works well. However, custom classifier creation is expensive ($0.10/image) and time-consuming. Accidental deleting of a custom classifier puts any workflow using that classifier at risk.…
Robert Calhoun
  • 4,823
  • 1
  • 38
  • 34
1
vote
1 answer

Connection reset by peer: socket write error IBM Watson visual-recognition

When trying to upload zip files, it gives an error: INFO: <-- HTTP FAILED: java.net.SocketException: Connection reset by peer: socket write error (Error Screenshot) Here what I found from IBM Watson Documentation The service accepts a maximum of…
Jay Thaker
  • 103
  • 1
  • 6
1
vote
1 answer

Watson Visual recognition API

I am familiar with watson API key visual recognition : visual_recognition = VisualRecognitionV3('2016-05-20', api_key=param) with param as my api key. this Api Call is nice to recognize forms. But Is it possible to get the positions of the…
MouIdri
  • 1,300
  • 1
  • 18
  • 37
1
vote
2 answers

IBM Watson Visual Recognition train own classifier in Unity3d

I'm trying to train/create my own classifier, I attached this code to main camera and I didn't got any response from the console nor getting any errors. Or I just doing it the wrong way? public class VisualRecog : MonoBehaviour{ private…
MDLots
  • 13
  • 5
1
vote
1 answer

When I am trying to import VisualRecognitionV3 in Xcode it gives me the error module compiled with swift 3.0 cannot be imported in swift 3.0.2?

When I am trying to import VisualRecognitionV3 in Xcode it gives me the error: module compiled with swift 3.0 cannot be imported in swift 3.0.2 Here is a screenshot: Does anyone know how to fix it?
James Dacombe
  • 55
  • 1
  • 1
  • 6
1 2
3
11 12