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

Vision API Product Search

I've implemented Vision API Product Search for my project in which I upload photos of a clothing piece and try to find the similar clothes. Vision API used to worked well when I only had grey and white clothes in my training set, but when I added…
-1
votes
1 answer

Dart Vision Client Library

I am developing an app that uses an OCR, I used offline Firebase ML Vision so far but it is limited in terms it can't read Cyrillic letters. Google Cloud Vision seems to fix that problem. But my app is built with Flutter and Dart, and Vision does…
-1
votes
1 answer

Processing speed in google cloud vision api (much less under quota)

We are running an application for label detection using cloud vision api. Application runs in 10 threads sending image urls to google cloud vision api, but we get google error code: 4 We can not access the URL currently. Please download the content…
CVVR
  • 21
  • 1
  • 1
  • 3
-1
votes
1 answer

addOnFailure is executed everytime in Label Detection while using Cloud

Not for Label Detection for all the Cloud Vision API (Text Recognition, Label Detection, Facial Recognition), only the addOnFailure method is calling while using cloud instances; But while using Device Instance it works fine The Below is the code…
-1
votes
2 answers

uninitialized constant Google::Cloud::Vision::ImageAnnotator

Running this example https://cloud.google.com/vision/docs/face-tutorial?hl=zh-tw by rails on 'google-cloud-vision', '~> 0.31.0' got the error uninitialized constant Google::Cloud::Vision::ImageAnnotator here's the code require…
S.cll
  • 123
  • 1
  • 1
  • 6
-1
votes
1 answer

Accessing datasets for AutoML Vision API

I have found GET request url for getting datasets from documentation https://cloud.google.com/vision/automl/docs/reference/rest/ as below: https://automl.googleapis.com/v1beta1/Concreting (Concreting is dataset name) In response I am getting 404…
-1
votes
1 answer

how to setup gcloud api in windows

I am new to gcloud, I want to create my first gcloud vision and video intelligence project but do not know how to start and what are the pre-requisite for this. I have Windows 10 laptop and also created my goggle cloud account. Can you please guide…
-1
votes
2 answers

Google Vision APi Calls solutions

Looking for a solution for ecommerce website: Consider i have a PHP application running in Google APP ENGINE with an "image search" feature like https://images.google.com. Now every request that has been send through the PHP Search Query box to…
-1
votes
3 answers

How to get a bitmap image in ruby?

The google vision API requires a bitmap sent as an argument. I am trying to convert a png from a URL to a bitmap to pass to the google api: require "google/cloud/vision" PROJECT_ID = Rails.application.secrets["project_id"] KEY_FILE =…
Daniel Viglione
  • 8,014
  • 9
  • 67
  • 101
-1
votes
1 answer

ImportError: No module named 'google.cloud.proto.vision'

Code : from google.cloud import vision import google.cloud.proto.vision.v1.image_annotator_pb2 as pvv import io client = vision.ImageAnnotatorClient() def mkrl(imageStr): im_obj = pvv.Image(content = imageStr) return…
aryan singh
  • 151
  • 11
-1
votes
3 answers

Is there a way to change a TextView based on Text or based on the ActionBar?

Hi So I'm trying to make an application for a project I'm working on that involves google cloud Api. Basically the application will scan the name of a game (Could be anything but using games as an example in this case) and the activity it moves to…
Alex Wong
  • 13
  • 5
-1
votes
1 answer

Why I can't access the google-cloud-vision apis with PHP?

When I tested the google-vision-api, it showed below every time : Fatal error: Uncaught exception 'Google\Cloud\Core\Exception\ServiceException' with message 'cURL error 7: (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)' in …
-1
votes
2 answers

Analysing URL's using Google Cloud Vision - Python

Is there anyway I can analyse URL's using Google Cloud Vision. I know how to analyse images that I store locally, but I can't seem to analyse jpg's that exist on the internet: import argparse import base64 import httplib2 from…
semiflex
  • 1,176
  • 3
  • 25
  • 44
-1
votes
2 answers

Cloud Vision billing/pricing inconsistency

I was just glossing over my billing history and to my surprise found out I've been charged $28.71 for Cloud Vision API Cloud Vision API Label Detection Operations. I'm really confused because it says I have "5356 counts". The Cloud Vision pricing…
Kevbot
  • 474
  • 8
  • 21
-2
votes
1 answer

File Not Uploading To Google Bucket

When i try to upload file to google cloud bucket i'm receiving following error "Cannot use ACL API to set object policy when object policies are disabled" .Need help to solve this error.
Manohar
  • 1
  • 4
1 2 3
59
60