Skip to content

happpywalker/simple-tracking-and-ranging

Repository files navigation

🚀 Simple Tracking and Ranging

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.

🎥 Demo

Demo 1

⚙️ Build

This project depends on OpenCV and ONNX Runtime.

⚠️ Note : It was built and tested on macOS. On Linux or Windows, modifications to the CMakeLists.txt file may be necessary if errors occur during configuration or build.

mkdir build
cd build
cmake ..
make

🔧 Run

Once built, run the demo using:

./yolo_track

References

About

simple realtime object tracking and distance estimation with a monocular camera

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors