I get only very broad identification saying the photo is a bird, checking the json feedback details also failed to see correct species identification. Yes, for the same photo that I upload into Google Photos and then trigger Google Lens from my Samsung phone, I get extremely accurate result. I tested a few photos of other bird species and get the same result.
I intended to batch process thousands of photos using the Vision API if the results were good. While Google Lens gives very good results, I do not know of any easy way to batch process thousands of files through it. Why Visions API's output cannot goes into species level with accuracy like that of Google Lens? I would suppose they can and should leverage the same backend ML logic. Or will there be additional options or instructions possible if I call the Vision API from actual code instead of the above drag-and-drop test page?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cloud-vision-discuss
Hi,
If you send a request for label detection, the response will include the labels with the highest confidence detected from the image. Testing this with some sample images of birds, if the confidence is high enough, it will also display a species if one is detected.
That being said, if you are looking to detect specific bird species, I would suggest having a look at Cloud AutoML Vision. This would allow you to train custom models to detect the labels of your choice and could be tailored to detect the targeted bird species.
Alfred Lam
unread,
Aug 28, 2019, 12:15:35 PM8/28/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cloud-vision-discuss
Thank you for answer, will give it a try
Alfred Lam
unread,
Sep 1, 2019, 12:50:04 AM9/1/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
The result is not able to pinpoint the Bird specie, only gave answer 'Bird'. And yet again, the result from Google Lens is much better, giving correct specie name. I am back to where I started, how do I tap into the Google Lens backend to identify my bird-photos in batch mode? Does Google Lens use the Google Vision API platform at all?
Message has been deleted
Jun (Cloud Platform Support)
unread,
Oct 25, 2019, 12:26:40 PM10/25/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cloud-vision-discuss
Hi Alfred,
Per the information I found "How to integrate Google lens in my app" and "Is Google Lens available as an API service?", it seems that the Google Lens backend is not the same as Cloud Vision API. Thus you'll probably need to contact Google Lens support for information on how can you tap into the Google Lens backend to identify your bird-photos in batch mode.