March 2020
Intermediate to advanced
366 pages
9h 8m
English
The Sort algorithm is a simple yet robust real-time tracking algorithm for the multiple-object tracking of detected objects in video sequences. The algorithm has a mechanism to associate detections and trackers that results in a maximum of one detection box for each tracked object.
For each tracked object, the algorithm creates an instance of a single object-tracking class. Based on physical principles such as an object cannot rapidly change size or speed, the class instance can predict the feature location of the object and maintain tracking from frame to frame. The latter is achieved with the help of the Kalman filter.
We import the modules that we will use in the implementation of the algorithm as follows:
Read now
Unlock full access