from_multiview_files#

movement.io.load_poses.from_multiview_files(file_dict, source_software, fps=None)[source]#

Load and merge pose tracking data from multiple views (cameras).

Deprecated since version 0.14.0: This function is deprecated and will be removed in a future release. Use movement.io.load_multiview_dataset instead.

Parameters:
  • file_dict (dict[str, Path | str]) – A dict whose keys are the view names and values are the paths to load.

  • source_software (Literal['DeepLabCut', 'SLEAP', 'LightningPose']) – The source software of the file.

  • fps (float | None) – The number of frames per second in the video. If None (default), the time coordinates will be in frame numbers.

Returns:

movement dataset containing the pose tracks, confidence scores, and associated metadata, with an additional views dimension.

Return type:

Dataset