dgs.utils.track.TrackStatistics

class dgs.utils.track.TrackStatistics[source]

Data object to save and analyze the statistics of some tracks.

Methods

__init__() None[source]
clear() None[source]

Clear the current Track statistics. Mostly used for tests.

print(logger, frame_idx: int) None[source]

Print the current Track statistics. Debug only.

Attributes

active

inactive

nof_active

nof_found

nof_inactive

nof_lost

nof_new

nof_reactivated

nof_removed

nof_still_active

nof_still_inactive

new

reactivated

found

still_active

lost

still_inactive

removed