With ML Kit's on-device object detection and tracking API, you can localize
and track in real time the most prominent objects in an image or live camera
feed. You can also optionally classify detected objects into one of several
general categories.
Object detection and tracking with coarse classification is useful for building
live visual search experiences. Because object detection and tracking happens
quickly and completely on the device, it works well as the front end of a longer
visual search pipeline. After you detect and filter objects, you can pass them
to a cloud backend, such as Cloud Vision Product Search,
or to a custom model, such as one you trained using
AutoML Vision Edge.
Detect objects and get their location in the image. Track objects across
images.
Optimized on-device model
The object detection and tracking model is optimized for mobile devices
and intended for use in real-time applications, even on lower-end
devices.
Prominent object detection
Automatically determine the most prominent object in an image.
Coarse classification
Classify objects into broad categories, which you can use to filter out
objects you're not interested in. The following categories are supported:
home goods, fashion goods, food, plants, places, and unknown.