INNER CODE UNIT · Python

analyze_videos

DeepLabCut/DeepLabCut · deeplabcut/cli.py:383

def analyze_videos(_, *args, **kwargs):
    """Makes prediction on videos using a trained network.

    Delegates to ``deeplabcut.analyze_videos``.

    Args:
        config (string): Full path of the config.yaml file in the train directory of a
            project.
        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``.
        save_as_csv (bool, optional): Also save predictions as a CSV file. Defaults to
            False.

    Examples:
        To analyze a video:
        ```bash

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…