Member-only story

Object Detection in Android with Fritz AI

Add object detection to your mobile app using Fritz AI

Derrick Mwiti
4 min readNov 16, 2020

In this piece, we shall focus on detecting objects in an image using Fritz AI .Fritz AI pre-trained models allow you to add object detection to your Android and iOS applications with just a few lines of code. The model will provide bounding boxes for each object detected. The models are trained on COCO, a large-scale object detection dataset. The model runs on the device, is fast, and doesn’t require any internet connection for inferencing. The model can also run on live video with a fast frame rate.

Getting Started

The first step is to create an Android project. Once you do, note the application ID. Next, log into your Fritz account and register the application. This will set up communication between your application and Fritz AI.

Click on the next button and name your application. While you are there, don’t forget to enter your application ID. You can find the ID in your app’s build.gradle file.

--

--

No responses yet