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
| Name | Type | Description |
|---|---|---|
| field | str | Tracklet field name (unused; kept for symmetry with the matching observation). |
Members
property
Source: unitrack/states/identity.py:32