diplomat deeplabcut tweak_videos

Summary

Make minor modifications and tweaks to tracked results produced by DEEPLABCUT (or DIPLOMAT) using the supervised UI.

Usage

diplomat deeplabcut tweak_videos [-h] --config FILE --videos
                                        [FILE, ...]|FILE [--shuffle INT]
                                        [--training_set_index INT]
                                        [--video_type STR]

Options

usage: diplomat deeplabcut tweak_videos [-h] --config FILE --videos
                                        [FILE, ...]|FILE [--shuffle INT]
                                        [--training_set_index INT]
                                        [--video_type STR]

Make minor modifications and tweaks to tracked results produced by DEEPLABCUT
(or DIPLOMAT) using the supervised UI.

optional arguments:
  -h, --help            show this help message and exit
  --config FILE, -c FILE
                        The path to the config.yaml file for the project.
  --videos [FILE, ...]|FILE, -v [FILE, ...]|FILE
                        A single video or list of videos to tweak, passed in
                        order to modify.
  --shuffle INT, -s INT
                        The shuffle index of the model used to track the
                        video. Defaults to 1.
  --training_set_index INT, -tsi INT
                        The training index of the model used. Defaults to 0.
  --video_type STR, -vt STR
                        An optional video extension to limit the videos to
                        videos with the specified extension if a directory is
                        passed to the 'videos' parameter.