This is a simple auto driving object tracking and ranging project. It uses yolov5 for object detection and a kalman filter based tracker to estimate object motion and position. The final output visualizes the tracking and ranging results.
This project depends on OpenCV and ONNX Runtime.
mkdir build
cd build
cmake ..
makeOnce built, run the demo using:
./yolo_track