Moving object detection is used extensively for applications ranging from security surveillance to traffic monitoring. It is a crucial challenge in the ever-evolving field of computer vision. The ...
Introducing YOLO-NAS Pose: A Leap in Pose Estimation Technology
YOLO-NAS Pose models is the latest contribution to the field of Pose Estimation. Earlier this year, Deci garnered widespread recognition for its groundbreaking object detection foundation model, ...
Automatic Document Scanner using OpenCV
Last updated on 4th Nov 2022 Document Scanning is the process of converting physical documents into their digital form. It can be done by taking images either via a scanner or just your phone ...
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 ...
TensorFlow Lite: TFLite Model Optimization for On-Device Machine Learning
The recent trend in developing larger and larger Deep Learning models for a slight increase in accuracy raises concerns about their computational efficiency and wide scaled usability. We can not use ...