method

lifecycle.StatusFilter.__call__

def __call__(self, cs: Tracklets) -> torch.Tensor

Return a bool mask, True where ``status`` is in ``allowed``.

Source: unitrack/lifecycle/filters.py:42