Member-only story

Human Pose Estimation in Android using Fritz AI

Add Pose Estimation Capabilities to your Android Applications

Derrick Mwiti
4 min readNov 30, 2020
Photo by Luka Vovk on Unsplash

Human pose estimation refers to the process of inferring poses in an image. In this piece we dived into a lot of theory and papers on pose estimation. Now, we’ll focus on how pose estimation can be achieved in Android using Fritz AI.

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.

With that out of the way, you can now install the Fritz AI SDK. In your root-level Gradle file (build.gradle) include the Maven repository for Fritz.

--

--

No responses yet