INNER CODE UNIT · Python

create_new_project

DeepLabCut/DeepLabCut · deeplabcut/cli.py:51

def create_new_project(_, *args, **kwargs):
    """Create a new project directory, sub-directories and a basic configuration file.

    Delegates to ``deeplabcut.create_new_project``.

    The configuration file is loaded with default values. Change its parameters to your
    projects need.

    Args:
        project (string): String containing the name of the project.
        experimenter (string): String containing the name of the experimenter.
        videos (list): A list of string containing the full paths of the videos to include in the project.
        working_directory (string, optional): The directory where the project will be created.
            The default is the ``current working directory``; if provided, it must be a string.
        copy_videos (bool, optional): If True, symlink videos into project/videos directory.
            The default is ``True``; if provided it must be either ``True`` or ``False``.

    Examples:

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…