INNER CODE UNIT · Python

plot_trajectories

DeepLabCut/DeepLabCut · deeplabcut/cli.py:686

def plot_trajectories(_, *args, **kwargs):
    """Plots the trajectories of various bodyparts across the video.

    Delegates to ``deeplabcut.plot_trajectories``.

    Args:
        config (string): Full path of the config.yaml file.
        videos (list): Full path(s) to video(s).
        shuffle (int, optional): Shuffle index of the training dataset. Defaults to 1.
        video_extensions (string, optional): Video extension when the input is a directory.
        Defaults to ``.avi``.
        showfigures (bool, optional): Also display plots interactively. Defaults to False.

    Examples:
        For plotting trajectories:
        ```bash
        python3 dlc.py plot_trajectories
            /analysis/project/reaching-task/config.yaml \\

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…