In last week’s blog post we got our feet wet by implementing a simple object tracking algorithm called “centroid tracking”.
Today, we are going to take the next step and look at eight separate object ...
Similar Articles (10 found)
🔍 82.8% similar
This tutorial will teach you how to perform object tracking using dlib and Python. After reading today’s blog post you will be able to track objects i...
🔍 81.7% similar
Last updated on Mar 15th, 2023.
Today’s tutorial kicks off a new series of blog posts on object tracking, arguably one of the most requested topics he...
🔍 73.0% similar
In this tutorial, you’ll learn how to use OpenCV’s “dnn” module with an NVIDIA GPU for up to 1,549% faster object detection (YOLO and SSD) and instanc...
🔍 72.3% similar
In this tutorial, you will learn how to detect moving objects in a video using the frame differencing technique. We will use the OpenCV computer visio...
🔍 72.3% similar
Table of Contents
- People Tracker with YOLOv12 and Centroid Tracker
- Introduction
- Why People Tracker Monitoring Matters
- How YOLOv12 Enables Real...
🔍 67.7% similar
In this tutorial, you’ll learn how to use the YOLO object detector to detect objects in both images and video streams using Deep Learning, OpenCV, and...
🔍 54.5% similar
In this tutorial, you will learn how to use OpenCV’s “Deep Neural Network” (DNN) module with NVIDIA GPUs, CUDA, and cuDNN for 211-1549% faster inferen...
🔍 53.7% similar
What is Object Detection? A Beginner’s Guide to How AI Sees the World
Jack Jin | August 7th, 2025
Object detection is a key technology in machine visi...
🔍 53.3% similar
Table of Contents
- Video Understanding and Grounding with Qwen 2.5
- Enhanced Video Comprehension Ability in Qwen 2.5 Models
- Dynamic Frame Rate (FP...
🔍 52.4% similar
Table of Contents
- Generating Video Highlights Using the SmolVLM2 Model
- Configuring Your Development Environment
- Setup and Imports
- Setup Logger...