Sequential#

deeptrack.sequences.Sequential(feature: Feature, **kwargs)#

Converts a feature to be resolved as a sequence.

Should be called on individual features, not combinations of features. All keyword arguments will be trated as sequential properties and will be passed to the parent feature.

If a property from the keyword argument already exists on the feature, the existing property will be used to initilize the passed property (that is, it will be used for the first timestep).

Parameters#

featureFeature

Feature to make sequential.

kwargs

Keyword arguments to pass on as sequential properties of feature.