Running TensorFlow Lite Object Detection Models in Python

Articles

This blog is the sixth blog in the series and a follow-up to my previous blog post on running TensorFlow Lite image classification models in Python. If you haven’t read that post, you can read it here:

This blog post assumes that you already have a trained TFLite model on hand. If you don’t or need to build one, you can take a look at the blog post that I have written here:

Continue reading Running TensorFlow Lite Object Detection Models in Python

Using ViewModels in Android to preserve your running app’s state

Articles

In my previous blog on using Room with Android, I outlined how one can use Room to effectively store app data after a user has exited your app for a better user experience. If you haven’t read this blog, you can read it here:

But what about cases where your app is running and its state is changed—for example, when the phone’s orientation is changed from portrait to landscape and vice versa?

Continue reading “Using ViewModels in Android to preserve your running app’s state”

Real-Time 3D Object Detection on Mobile Devices with MediaPipe

Articles

Object detection has always been one of the most extensively studied problems in computer vision. Being one of the most basic and rudimentary forms of detection, and unparalleled in its usefulness, object detection has been used in many commercial computer vision based applications.

However, recently some light has been shed on an earlier oversight, which is now leading to an entirely new set of problems in the relatively mature field.

Continue reading “Real-Time 3D Object Detection on Mobile Devices with MediaPipe”

Looking at Post Effects in Lens Studio

Articles

Lens Studio enables you to add visible effects such as Analog Tv, Pixelization, and Color Correction Post Effect which improves the nature of your lenses. The Post Effects are built-in Lens Studio and therefore free to use. In this article, we will look at how you can add Post Effects and Color Correction Effects and how they can be modified to achieve the outcome that you want.

Let’s get started!

Continue reading “Looking at Post Effects in Lens Studio”

Building a Custom Glasses Snapchat Lens with Fritz AI and Lens Studio — Zero Code Involved

Articles
Computer Vision — SnapML Introduction

A few weeks ago, Snapchat released a new feature where AI developers can easily integrate their own custom models — one of these features is the ability to segment regions of the view and project fun and immersive AR effects. We’ll cover this ML task in this article.

Lens Studio, an augmented reality creativity suite released by Snapchat in 2017, gives users the opportunity to create their own augmented reality (AR) Lenses.

Continue reading “Building a Custom Glasses Snapchat Lens with Fritz AI and Lens Studio — Zero Code Involved”