Questions tagged [google-vision]

The Google Mobile Vision API for Android provides a framework for finding objects in photos and video.

The Google Mobile Vision API for Android provides a framework for finding objects in photos and video.

Note that issues related to the Google Cloud Vision API should use the tag "google-cloud-vision" rather than this tag.

Learn more about the Google Mobile Vision API through the Google Mobile Vision documentation and Google Mobile Vision sample apps.

720 questions
0
votes
1 answer

Sample App seems too be overly complex

Android Vision Documentation Android Vision Sample Apps I have been working with the Android Vision sample applications; however, I cannot seem to get them to detect anything. I was trying to go through the code to see if I can make the simplest…
Christopher Rucinski
  • 4,737
  • 2
  • 27
  • 58
0
votes
1 answer

Sunglass detection Google vision Face API

Is there a way to detect sunglasses (glasses) using the new Face API from google vision?
feisal
  • 585
  • 1
  • 8
  • 20
-1
votes
1 answer

How to draw bounding boxes using normalized bounding polygon vertices?

I am using the localization module of Google Vision API and I am getting normalized vertices as the response. I want to draw bounding boxes over these objects but I am not able to reach a solution. Response returned: Top (confidence:…
NevinTroy
  • 13
  • 5
-1
votes
1 answer

Why does google vision take so much time to train the model?

I have been learning gcp and how to use google vision to train, test and evaluate a model over the image data set. I have been testing the model for just 60 images, Split as shown in the image. The estimated time to train has been over 60-90 min. I…
-1
votes
1 answer

Extract Logo and Text from Visiting Card Image with coordinates

I have a visiting card. i want to get logo and all text from visiting card with coordinates. so i can make uploaded image editable on HTML Canvas. i have seen so many example but i couldn't find the exact i am looking for. i only found to get text…
Coder
  • 184
  • 15
-1
votes
1 answer

What is recommended to have Multiple Product-Set for Multiple Product-Category in Google Cloud-Vision-Product Search?

I am looking for recommendation for creation of a product-set in Google Cloud Vision Product Search, what will be the best practice to create a product-set for multiple product category? Let say, I have a retailers products. The products are around…
-1
votes
1 answer

How to detect only one value from Google Vision QR Scanner?

I have implemented a QR scanner(QRScanner class) using Google Vision API. Once a value is detected it is passed to another activity(Info class) using Intents. The problem is that once a QR code is scanned the Info class gets opened several times.I…
chanaka
  • 187
  • 1
  • 2
  • 12
-1
votes
1 answer

Wait for the Google Vision OCR promise in node.js/express and return it

I am having problems to return a promise from the Google Vision OCR. Here is the sample code from Google: const vision = require('@google-cloud/vision'); // Creates a client const client = new vision.ImageAnnotatorClient(); /** …
thefatman
  • 1
  • 3
-1
votes
2 answers

android app crashes when adding firebase ML vision dependencies with firebase database dependencies

I have a project which uses firebase database,auth and other dependencies but whenever i try to add firebase ml vision or google play service vision dependencie the app crashes although gradle build was successful. edit : thats what logcat look…
-1
votes
1 answer

Data transfer between the Activities of Android

I have problem I create small application with first get sms code if length it is greater than six go to activity B. Activity B show scan QR Code. Scan QR Code use library google play services vision to scan QR Code. Get value with barcode and make…
-1
votes
1 answer

Android OCR project

I am working in OCR android Application. Now I can take images and extract word easily using google vision API but the result is not 100% according to the angle of capturing the image. and illumination. So I tried to make some image processing…
Ramzy Hassan
  • 926
  • 8
  • 21
-2
votes
0 answers

OCR return number x,y coordinate

I want to use OCR API or library to give it an image and process it , so that it can read all the numbers in the attached image and give me back the x,y coordinates of every number. can you suggest a suitable library for this? image
-2
votes
1 answer

Python Argparse of Google Vision AI Product Search sample code

I am trying to build a Google Vision AI product search system. I am using python. I have uploaded a product set already. However, when I would like to search the product set with python argparse using below python code, I got an…
Galaxy Lam
  • 53
  • 7
-2
votes
2 answers

Google vision API Barcode Scanner remove camera view

Currently I am developing a bar code reader android app with Google vision API. I need to start camera preview when button is clicked and until the button is clicked screen should be empty white color screen. When I Try to do this camera preview…
Dulanga
  • 921
  • 11
  • 23
1 2 3
47
48