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

Make faster AbsolutePath drawer, and allow FixedCamera to work with Homographies #305

Open aguscas opened 4 months ago

aguscas commented 4 months ago

New things:

TO DO:

  1. After this, should we still have the Paths class? Or should we merge it with AbsolutePaths and have only one? Having two different classes that are so similar might be confusing for users. Also there are subtle differences (get_points_to_draw taking a TrackedObject instead of points, because I needed the absolute and/or relative coordinates in AbsolutePaths)