raillabel.filter.start_time_filter module

class raillabel.filter.start_time_filter.StartTimeFilter(start_time: float | Decimal)

Bases: _FrameLevelFilter

Filter out all the frames in the scene with timestamps lower than the start_time.

_abc_impl = <_abc._abc_data object>
passes_filter(_: int, frame: Frame) bool

Assess if a frame passes this filter.

start_time: float | Decimal