You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, may I know if there is a limit set on the number of active tracks that can exist at one time? I notice that there is a limit of 50 for tracking history, but was wondering if there is the same thing for people that are actively being tracked. For example, if the tracker were to be run in a very crowded area, will the tracking be carried out for every single person?
The text was updated successfully, but these errors were encountered:
Hi!
I don't set a limit. So all people will be tracked. But you can remember that a computation of Hungarian algorithm in O(n^3). For >1000 objects it will be very slow.
Hi, may I know if there is a limit set on the number of active tracks that can exist at one time? I notice that there is a limit of 50 for tracking history, but was wondering if there is the same thing for people that are actively being tracked. For example, if the tracker were to be run in a very crowded area, will the tracking be carried out for every single person?
The text was updated successfully, but these errors were encountered: