YOLOv8 Real-Time Rat Detection and Tracking

Jul 15, 2025 ยท 1 min read
Setup

๐Ÿ”ฌ Project Overview

This project uses a custom-trained YOLOv8 model to detect and track rats in video streams, compute the distance traveled, and generate visual analytics such as path plots and heatmaps.

โš™๏ธ Details

  • Custom object detection using YOLOv8
  • Real-time tracking with dynamic path drawing
  • Post-processing: path plots and heatmaps from detection logs
  • Real-world distance estimation

(For full source code, pin configurations, and implementation details, please view the GitHub repository using the button above).