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 image, it seems that the Google Vision API can not detect wearing glasses at all.
Related
I am trying to find more information, but I cannot get access to the API portal page https://www.projectoxford.ai/vision . Do you know if Microsoft is planning to remove the API?
ProjectOxford was deprecated in favor of Cognitive Services
The Vision API have the following main paths
Computer Vision
Analyze content in images and video.
Custom Vision
Customize image recognition to fit your business needs.
Face
Detect and identify people and emotions in images.
Form Recognizer
Extract text, key-value pairs, and tables from documents.
Video Indexer
Analyze the visual and audio channels of a video, and index its content.
DEV API reference of all services ➡ https://eastus.dev.cognitive.microsoft.com/docs/services/
How to work with UiSettings in Google Map API v3? I try to show compass in map (not street view). I'm new in there if anyone know how to show it will be helpful. Thanks.
This feature is available in Google Maps Android API. Unfortunately, Google Maps Api v3 does not have this yet. I suggest that you file a feature request in Google Issue Tracker. If you are not familiar with issue tracker:
Issue Tracker is a tool used internally at Google to track bugs and feature requests during product development. It is available outside of Google for use by external public and partner users who need to collaborate with Google teams on specific projects.
Issue Tracker is not a general purpose issue-tracking tool and is not offered as a consumer product for external teams who want to use it for their own issue tracking. You cannot use this tool as a general place to submit feedback on Google products. Please refer to the documentation for individual products for instructions on providing feedback.
You may visit the issue tracker here.
Does the Firebase Analytics work on Android TV? I think it requires Google Play Services but they are not available for Android TV. If not, any suggested alternatives?
Although Firebase does only officially support devices with Google Play services, some features (such as Analytics) may actually work on devices that do not have Google Play Services. However, we cannot guarantee this.
Steve Ganem
Product Manager, Firebase Analytics
I just linked my admob account to google analytics (I think it is called universal analytics now). After the linking the system created 2 different accounts (one based on admob account and the other on my google play account) for the same application. Which one should I use? Does it really matter?
P.D. I did not mentioned it but the accounts are related to an android mobile application.
The new apps appear on market recently,
they are using a camera apps to capture a picture(the apps name is not Google Goggles) then will recognize the picture identity, and pop up the identity of the picture's video and playing the video at the same time. what kind of this things? it's Google Goggles? or what else they are using ?
Goggle Goggles have any API for developer recognize their own database? i would like to develop a own Google Goggles, any ideas?
there is no goggles api so far. however you could use some of the following services to recognise your own image database:
http://www.kooaba.com/
https://moodstocks.com/
http://elipsear.com/
you could implement an image recognition app in some hours. have fun