You are on page 1of 1

Object Tracking Project

Submitted by,

Abhinav Raj ,142202026


Sanket D Avaralli, 142202024

Abstract:

The project aims to develop a real-time human counting and tracking system by
integrating the advanced capabilities of YOLOv8 with the DeepSORT tracking
algorithm. The goal is to accurately monitor and count individuals in various
environments, providing valuable data for crowd management, retail analytics,
and security.

Dataset
We are planning to use COCO or VOC dataset for training our model .

Methodology
Our approach utilizes YOLOv8 for its state-of-the-art object detection to identify
humans within a video feed. The detected individuals are then tracked across
frames using the DeepSORT algorithm, which assigns unique identifiers and
tracks their movement. This method ensures accurate counting and individual
tracking in real-time, even in scenarios with significant human movement and
interaction.

You might also like