diplomat unsupervised

Summary

Run diplomat in unsupervised mode on the specified config and videos or frame stores. An alias for DIPLOMAT track with the SegmentedFramePassEngine predictor.

Usage

diplomat unsupervised [-h] --config
                             [FILE, ...]|FILE [--videos [FILE, ...]|FILE]
                             [--frame_stores [FILE, ...]|FILE]
                             [--num_outputs INT] [--settings {STR: VAL, ...}]
                             [--help_extra FLAG]

Options

usage: diplomat unsupervised [-h] --config
                             [FILE, ...]|FILE [--videos [FILE, ...]|FILE]
                             [--frame_stores [FILE, ...]|FILE]
                             [--num_outputs INT] [--settings {STR: VAL, ...}]
                             [--help_extra FLAG]

Run diplomat in unsupervised mode on the specified config and videos or frame
stores. An alias for DIPLOMAT track with the SegmentedFramePassEngine
predictor.

optional arguments:
  -h, --help            show this help message and exit
  --config [FILE, ...]|FILE, -c [FILE, ...]|FILE
                        The path to the configuration file for the project.
                        The format of this argument will depend on the
                        frontend.
  --videos [FILE, ...]|FILE, -v [FILE, ...]|FILE
                        A single path or list of paths to video files to run
                        analysis on.
  --frame_stores [FILE, ...]|FILE, -fs [FILE, ...]|FILE
                        A single path or list of paths to frame store files to
                        run analysis on.
  --num_outputs INT, -no INT
                        An integer, the number of bodies to track in the
                        video. Defaults to 1.
  --settings {STR: VAL, ...}, -s {STR: VAL, ...}
                        An optional dictionary, listing the settings to use
                        for the SegmentedFramePassEngine predictor plugin. If
                        not specified, the frontend will determine the
                        settings in a frontend specific manner. To see the
                        settings the SegmentedFramePassEngine supports, use
                        the "diplomat predictors list_settings -p
                        SegmentedFramePassEngine" command or "diplomat.get_pre
                        dictor_settings('SegmentedFramePassEngine')". To get
                        more information about how a frontend gets settings if
                        not passed, set the help_extra parameter to True to
                        print additional settings for the selected frontend
                        instead of running tracking.
  --help_extra FLAG, -he FLAG
                        Boolean, if set to true print extra settings for the
                        automatically selected frontend instead of running
                        tracking.

Any additional arguments (if the CLI, flags starting with '--') are passed to
the automatically selected frontend. To see valid values, run track with
extra_help flag set to true. Extra arguments that are not found in the
frontend analysis function are thrown out.