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 in real-time video with dlib.
A couple months ago w...
Similar Articles (10 found)
๐ 82.8% similar
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 tak...
๐ 79.5% 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...
๐ 77.3% 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...
๐ 70.2% similar
Table of Contents
- People Tracker with YOLOv12 and Centroid Tracker
- Introduction
- Why People Tracker Monitoring Matters
- How YOLOv12 Enables Real...
๐ 69.5% 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...
๐ 68.4% 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...
๐ 56.9% 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...
๐ 54.9% similar
Table of Contents
- Generating Video Highlights Using the SmolVLM2 Model
- Configuring Your Development Environment
- Setup and Imports
- Setup Logger...
๐ 53.9% similar
Table of Contents
- Training YOLOv12 for Detecting Pothole Severity Using a Custom Dataset
- Introduction
- Dataset and Task Overview
- About the Data...
๐ 53.7% similar
Author: fchollet
Date created: 2020/04/27
Last modified: 2023/11/09
Description: Training an image classifier from scratch on the Kaggle Cats vs Dogs ...