INNER CODE UNIT · Python

add_new_videos

DeepLabCut/DeepLabCut · deeplabcut/cli.py:108

def add_new_videos(_, *args, **kwargs):
    """Add new videos to the config file at any stage of the project.

    Delegates to ``deeplabcut.add_new_videos``.

    Args:
        config (string): String containing the full path of the config file in the project.
        videos (list): A list of string containing the full paths of the videos to include in the project.
        copy_videos (bool, optional): If True, symlinks of the videos are copied to
            project/videos. Default ``True``; must be ``True`` or ``False``.

    Examples:
        To add a new video to the project:

        ```bash
        python3 dlc.py add_new_videos
            /home/project/reaching-task-Tanmay-2018-08-23/config.yaml \\
            /data/videos/mouse5.avi

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…