/MOT_SORT

Multi-object tracking using the SORT Algorithm

Primary LanguageMATLAB

MOT_SORT

Multi-object tracking using the SORT Algorithm

This project provides a multi-object tracking implementation using the Simple Online and Realtime Tracking (SORT) algorithm. The SORT algorithm is a tracking algorithm that operates on bounding boxes generated by an object detector.

outputVideoYOLO.mp4

Dependencies

This project requires the following dependencies:

  • Computer Vision Toolbox for MATLAB
  • Sensor Fusion Toolbox for MATLAB

Usage

The SORT.m file has the main driver code. Provide the link of your video, mat structure for detections and ground truth.

Supplementary Material

The repo contains two PDF files, a report and supporting slides which explain the working theory of the algorithm in detail

Liscense

This project is licensed under the MIT License. See the LICENSE file for more information.

I hope this helps! Let me know if you have any questions.