type

states.Initializer

class Initializer(typing.Protocol):

Produce field-shaped initial values for newly-promoted tracklets.

Members

method

  • __call__Return initial tensor values for new tracklets.

Source: unitrack/states/base.py:91