FixFrame

plugin FixFrame(FramePass)

Plugin Type: FramePass

Scores frames by peak separation, and then selects a single frame to remain clustered (with peaks separated). The rest of the frames are restored, and MITViterbi uses the fixed frame as it’s ground truth frame.

Settings

setting DEBUG: bool = True

Set to True to dump additional information while the pass is running.

setting fix_frame_override: Union[Literal[None], RangedInteger[min=0.0, max=inf]] = None

Specify the fixed frame manually by setting to an integer index.

setting skeleton_assignment_algorithm: Literal['greedy', 'hungarian'] = 'hungarian'

The algorithm to use for assigning body parts to skeletons when creating the fix frame.

setting outlier_threshold: float = 3.0

The threshold z-score used to detect when a pose is an outlier in the skeletal distance distribution.