Intersection Over Union (IoU) is a number that quantifies the degree of overlap between two boxes. In the case of object detection and segmentation, IoU evaluates the overlap of the Ground Truth and ...
Search Results for: install
Understanding Multiple Object Tracking using DeepSORT
Surveillance cameras plays an essential role in securing our home or business. These cameras are super affordable. So is setting up a surveillance system. The only difficult and expensive part is the ...
PaddleOCR: Unveiling the Power of Optical Character Recognition
PaddleOCR: Reading huge documents can be very tiring and very time taking. You must have seen many software or applications where you just click a picture and get key information from the document. ...
Mediapipe Gesture Recognition – Gesture Control in Zoom Call
As you all know, Zoom has become the veritable king of online-meeting platforms and is widely used by corporates and universities. Online meetings, however, come with their own set of problems. For ...
TensorFlow Model Optimization Toolkit – A Deep Dive
In the previous posts of the TFLite series, we introduced TFLite and the process of creating a model. In this post, we will take a deeper dive into the TensorFlow Model Optimization. We will explore ...
TensorFlow Lite Model Maker: Create Models for On-Device Machine Learning
In this article, we will learn how to create a TensorFlow Lite model using the TF Lite Model Maker Library. We will fine-tune a pre-trained image classification model on the custom dataset, further ...