nicetoolbox.detectors.feature_detectors.kinematics.utils.visualize_mean_of_motion_magnitude_by_bodypart

nicetoolbox.detectors.feature_detectors.kinematics.utils.visualize_mean_of_motion_magnitude_by_bodypart(data, bodyparts_list, output_folder, people_names=None, camera_names=None) None[source]

Visualizes the mean of motion magnitude by body part across frames for multiple people and cameras.

Parameters:
  • data (ndarray) – The input data array of shape (#persons, #cameras, #frames, #bodyparts(3)).

  • bodyparts_list (list) – The list of body parts to visualize.

  • output_folder (str) – The path to the output folder where the plots will be saved.

  • people_names (list, optional) – The list of names for each person. Defaults to None.

  • camera_names (list, optional) – The list of names for each camera. Defaults to None.

Returns:

None