type

states.Identity

class Identity:

No-op :class:`~unitrack.states.Process` for fields that need no prediction step.

Useful for embeddings, one-hot class labels, scores, and any other field whose value does not evolve under the motion model.

Parameters

NameTypeDescription
fieldstrTracklet field name (unused; kept for symmetry with the matching observation).

Members

method

property

Source: unitrack/states/identity.py:32