states.ConstantInitializer
class ConstantInitializer::class:`Initializer` that fills the schema-shaped buffer with a constant.
Used to seed scalar auxiliary fields such as a von Mises-Fisher
concentration or a gallery fill-count. The fill value is cast to the
schema dtype.
Parameters
| Name | Type | Description |
|---|---|---|
| schema | ~unitrack.data.TensorSpec | Per-tracklet shape and dtype. |
| value | float | Constant fill value. |
Members
Source: unitrack/states/identity.py:204