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 image locally.I am using JAVA
Asked
Active
Viewed 78 times
1
-
The image needs to be local to the machine which does the processing. You could pay them to do the processing for you so you don't need to download them. – Peter Lawrey Feb 24 '16 at 12:43
2 Answers
1
In order to create classifiers with Visual Recognition, you do not need to download the images locally; you only need to call the endpoint with the positive and negative examples. I suggest writing a script to gather the image data, zip it up, and then call the classifier creation endpoint from a server in the cloud.

Abtin Forouzandeh
- 5,635
- 4
- 25
- 28
-
thanks sir, But the query is that the image is sitting on a softlayer cloud so firstly I need to download it and then upload to watson service . I dont want to download the image locally – nisarga lolage Feb 26 '16 at 07:04