In this blog post, we will learn 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 and ...
TensorFlow Lite: Model Optimization for
On-Device Machine Learning
The recent trend in the development of larger and larger Deep Learning models for a slight increase in accuracy raises the concern about their computational efficiency and wide scaled usability. We ...
Object Detection using YOLOv5 and OpenCV DNN in C++ and Python
You can either love YOLOv5 or despise it. You can't ignore YOLOv5! YOLO has come a long way since its first release. There are eight major versions in the YOLO family lineup - The official ones by ...
How to build Chrome Dino game bot using OpenCV Feature Matching
The Chrome Dino game is a simple yet brilliant game that has infinite spawning obstacles with ever-increasing difficulty levels. The Dino T-rex needs to jump or duck to avoid hitting voids. The ...
WeChat QR Code Scanner in OpenCV
WeChat QR Code scanner is a Convolutional Neural Network (CNN) based library to detect and decode QR codes. As the name suggests, it was developed and contributed by the WeChat Computer Vision team. ...
Mouse and Trackbar in OpenCV GUI
The mouse pointer is a key component in a Graphical User Interface (GUI). Without it, you can’t really think of interacting with a GUI. So, let’s dive in and get introduced to the built-in ...