Questions tagged [google-cloud-vision]

Google Cloud Vision API enables developers to understand the content of an image by encapsulating powerful machine learning models in an easy to use REST API.

Google Cloud Vision API enables developers to understand the content of an image by encapsulating powerful machine learning models in an easy to use REST API. It quickly classifies images into thousands of categories (e.g., "sailboat", "lion", "Eiffel Tower"), detects individual objects and faces within images, and finds and reads printed words contained within images.

You can build metadata on your image catalog, moderate offensive content, or enable new marketing scenarios through image sentiment analysis. Analyze images uploaded in the request, and in upcoming releases, integrate with your image storage on Google Cloud Storage. Documentation

889 questions
0
votes
1 answer

Using Google Cloud Vision API

I'm trying to use Google Cloud Vision API, but facing some issues. Let me explain the steps I took and then the issue I'm facing. I'm running this code in Windows 10. Download and install "GoogleCloudSDKInstaller". gcloud auth application-default…
Beta
  • 1,638
  • 5
  • 33
  • 67
0
votes
1 answer

Google Cloud Vision API: Detect Logos TypeError

I am trying to implement the detect_logos functionality on my local machine in Python 2.7. I have a function that was originally Google's label.py file that is given in here. I eventually edited the main function and it calls detect_logos() after…
0
votes
1 answer

imageUri : path to local file

I am accessing google vision api using requests.post method in python (jupyter notebook) in imageUri i can only specify weburl or bucket uri. I cannot specify local file name like "/Users/pi/test.jpg" file_name = '/Users/mbp/Pictures/full…
maswadkar
  • 1,502
  • 1
  • 13
  • 23
0
votes
1 answer

How do I send a Google API POST request using Jmeter?

I have never used Jmeter before. I have been trying to use Jmeter to send an HTTP request to Google Vision API - but it's returning a FORBIDDEN (403) error. My request as well as required response is in JSON format. I have attached below the: a)…
Saad
  • 11
  • 6
0
votes
1 answer

google Cloud Vision API: node.js and an image URI, how to invoke vision.detectText()?

I'm trying to detect text in a remote image with the google Cloud Vision API, but can't seem to get the vision.detectText() syntax right. How do I use vision.detectText() when there is no cloud storage bucket? I'm thinking I can/should ignore the…
Cord
  • 196
  • 11
0
votes
1 answer

node.js / google drive sdk v3: access to webContentLink (and all image metadata)

I'm creating an image file in drive v3 successfully, but cannot retrieve the URI for the file; I'm expecting to find it in the success response_object. I do find the file ID in the response_object and I can use that to construct a URI that displays…
Cord
  • 196
  • 11
0
votes
0 answers

Google Vision API does not recognize glasses 100%

I have one project that integrates with Google vision APIs. I found that some photo images with wearing glasses, the Google Vision APIs can not detect at all. For my case I need to proof that every photos uploaded must not contain any glasses. This…
sopheamak
  • 393
  • 3
  • 12
0
votes
1 answer

Google Cloud Platform OCR on IOS

Since the Google Cloud Platform vision on iOS only supports Face Recognition for now. Is it another way to use google cloud platform api Optical Character Recognition (OCR) on iOS? Best wishes, David
0
votes
1 answer

Google Cloud Vision API text detection google.gax.errors.RetryError: GaxError

I'm new in Google API. Recently, I use the Google Vision API but I met the following problem: google.gax.errors.RetryError: GaxError(Exception occurred in retry method that was not classified as transient, caused by <_Rendezvous of RPC that…
Shanboy
  • 3
  • 3
0
votes
1 answer

Google vision APIs : How to detect the image is painting image or real picture?

I have an issue with detecting image whether it is painting image or real picture taken. I have checked Google Vision REST-APIs documentation, it seems that it does not mention for that. Appreciate if you can share algorithm how to detect it.
sopheamak
  • 393
  • 3
  • 12
0
votes
1 answer

All I want to do is have access to a user friendly console while on my android device to be able to use my google cloud. Is there such an app?

I downloaded the cloud console app but there is nothing to open up a command line. I'm generally at work and need to access google cloud remotely, idealy from my phone. I want to believe there is a nice way to do this with out generating a key pair…
0
votes
1 answer

Installing google-cloud-vision

I'm new to raspberry pi, google cloud, python, somewhat new to linux and would like a suggestion on how to fix/debug this problem. I'm getting an error when I install the Cloud Vision API Client Libraries for python. It seems that this…
0
votes
1 answer

How to use google cloud vision with Google App Engine Python?

I am trying to use https://cloud.google.com/vision/ in my Google App Engine Python application. Are there examples for using it? I followed the tutorial:…
ssk
  • 9,045
  • 26
  • 96
  • 169
0
votes
0 answers

Google Api default credential

I am trying to make one simple application in Xamrin android using Google Vision API. What I did is, Installed Google cloud vision v1, Google.Apis.Auth.OAuth2; Newtonsoft.Json; in my xamarin.android project from NuGet manager. I created API…
0
votes
1 answer

Google Cloud Vision API giving inaccurate text detection result

I am using Google Cloud Vision API for OCR purpose. I am able to connect to the API and getting JSON result back as expected. What baffles me is that while the https://cloud.google.com/vision/ url correctly detects the text in the image, the API…
Pundarik
  • 3
  • 5