Exercise: Object Detection
In this exercise, we will try out Google's Cloud Vision API to get a feel for how AI can be used for object detection.
Last updated
Was this helpful?
In this exercise, we will try out Google's Cloud Vision API to get a feel for how AI can be used for object detection.
Last updated
Was this helpful?
Navigate to .
Scroll down to the Try the API
section.
Drag in an image. Here's one you can use:
You'll need to solve a Captcha Challenge that is easy to miss (you may need to scroll down).
When viewing the results, you will be able to see Objects
, Labels
, Text
, and Properties
. Click on the tabs below to learn more about each of the result types.
You can also see the raw JSON request and response payloads, which are useful when integrating with Google Cloud Vision API.
The below results show us that Google Cloud Vision API was able to find two objects:
lighting
with 82%
confidence
couch
with 54%
confidence
Discussion Topic: How useful do you think this would be for testing purposes?
Try out Meta's SAM too!