tryolabs / norfair

Lightweight Python library for adding real-time multi-object tracking to any detector.
https://tryolabs.github.io/norfair/
BSD 3-Clause "New" or "Revised" License
2.34k stars 237 forks source link

Always use euclidean distance in camera_motion demo #302

Open aguscas opened 4 months ago

aguscas commented 4 months ago

When I updated this demo to use the new drawing functions instead of the old ones, I set the distance_function to iou whenever we used --track-boxes. I am changing it back to always use euclidean, so that the line generating the videos in the README is still the same as before.