states.GalleryInitializer
class GalleryInitializer::class:`~unitrack.states.Initializer` seeding a gallery with one embedding.
The new tracklet's gallery has its first slot set to the detection
embedding and the rest zeroed; the paired count initialiser starts at 1.
Parameters
| Name | Type | Description |
|---|---|---|
| field | str | Detection field supplying the seed embedding. |
| capacity | int | Number of gallery slots ``K``. |
| dim | int | Embedding dimensionality ``D``. |
Members
Source: unitrack/states/gallery.py:105