states.NormalizedFromDetectionField
class NormalizedFromDetectionField::class:`Initializer` copying a detection field, L2-normalised along the last axis.
Seeds a unit-vector field (e.g. a von Mises-Fisher mean direction) from
a possibly unnormalised detection embedding.
Parameters
| Name | Type | Description |
|---|---|---|
| field | str | Detection field whose tensor seeds the new tracklets. |
| eps = 1e-12 | float | Lower bound on the norm used for normalisation. Default ``1e-12``. |
Members
Source: unitrack/states/identity.py:232