Camera-based object tracking: An implementation of SORT algorithm

This blog explores camera-based object tracking through the implementation of the Simple Online and Realtime Tracker (SORT) algorithm. It covers key concepts and foundational elements essential for object tracking applications, demonstrating them with a SORT implementation for automotive tracking using the KITTI dataset. While SORT is computationally efficient and relatively simple, it delivers solid performance in the KITTI object tracking challenge.
Read more →

EKF vs. UKF performance and robustness comparison for nonlinear state estimation

A performance comparison between the Extended Kalman Filter (EKF) and the Unscented Kalman Filter (UKF) in a simulated environment
Read more →

FMCW radar target classification with a CNN

A shallow CNN implementation to classify targets from the range-Doppler map of a FMCW radar
Read more →