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, ...
A Closer Look at CVAT: Perfecting Your Annotations
The backbone of every computer vision application is the data used. The quality of data determines how good the final application will perform. It is needless to say that sometimes we need to collect ...
Object Tracking and Reidentification with FairMOT
Arguably, the most crucial task of a Deep Learning based Multiple Object Tracking (MOT) is not to identify an object, but to re-identify it after occlusion. There are a plethora of trackers available ...
How to use OpenCV DNN Module with Nvidia GPU on Windows
This post will go over how to use OpenCV DNN Module with Nvidia GPU on Windows operating system. If you sthave an Ubuntu system, you can check ...
Code OpenCV in Visual Studio
In this article, we explain how to build applications with OpenCV using Visual Studio. We will be using Visual Studio 16 2019. If you write code on Windows, there is a high probability that you work ...
Install OpenCV on Windows – C++ / Python
In this blog post, we will be installing OpenCV on Windows for C++ and Python. The C++ installation is done with the help of custom setup exe files. Whereas Python installation is done with ...