type

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

NameTypeDescription
fieldstrDetection field whose tensor seeds the new tracklets.
eps = 1e-12floatLower bound on the norm used for normalisation. Default ``1e-12``.

Members

method

property

Source: unitrack/states/identity.py:232