We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1559dca commit 1e29e45Copy full SHA for 1e29e45
deeplabcut/create_project/add.py
@@ -25,7 +25,8 @@ def add_new_videos(
25
A list of strings containing the full paths of the videos to include in the project.
26
27
copy_videos : bool, optional
28
- If this is set to True, the symlink of the videos are copied to the project/videos directory. The default is
+ If this is set to True, the videos will be copied to your project/videos directory. If False, the symlink of the
29
+ videos will be copied instead. The default is
30
``False``; if provided it must be either ``True`` or ``False``.
31
32
coords: list, optional
0 commit comments