As you all know, Zoom has become the veritable king of online-meeting platforms, and is widely used by corporates as well as Universities. Online meetings however come with their own set of ...
Object detection with depth measurement using pre-trained models with OAK-D
This is the third blog post in the Oak series. If you haven't checked out the previous posts on OAK, check them below. Introduction to OAK-D and DepthAIStereo Vision and Depth Estimation using ...
AI behind the Diwali 2021 ‘Not just a Cadbury ad’
The ongoing pandemic has adversely affected several businesses around the world. The impact was particularly devastating during the second wave in India earlier this year, with an exponential rise in ...
Model Selection and Benchmarking with Modelplace.AI
In this post, we will learn how to select the right model using Modelplace.AI. Selecting the right model will make your application faster, help you scale it to millions of requests, and save a ton ...
Non Maximum Suppression: Theory and Implementation in PyTorch
Non Maximum Suppression (NMS) is a technique used in numerous computer vision tasks. It is a class of algorithms to select one entity (e.g., bounding boxes) out of many overlapping entities. We can ...
Using Facial Landmarks for Overlaying Faces with Masks
Have you ever wondered how Instagram masks are fitting so perfectly on your face? Would you like to know how you can try to implement something similar by yourself? This post will help you with that! ...