INNER CODE UNIT · Python
create_labeled_video
DeepLabCut/DeepLabCut · deeplabcut/cli.py:635
def create_labeled_video(_, *args, **kwargs):
"""Labels the bodyparts in a video.
Delegates to ``deeplabcut.create_labeled_video``.
Make sure the video is already analyzed by the function ``analyze_videos``.
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``.
save_frames (bool, optional): Save individual frames before combining into video.
Defaults to False.
delete (bool, optional): Delete individual frames after video generation.
Defaults to False.
"""