diplomat annotate

Summary

Have diplomat annotate, or label a video given it has already been tracked. Automatically searches for the correct frontend to do labeling based on the passed config argument.

Usage

diplomat annotate [-h] --config
                         [FILE, ...]|FILE [--videos [FILE, ...]|FILE]
                         [--help_extra FLAG]

Options

usage: diplomat annotate [-h] --config
                         [FILE, ...]|FILE [--videos [FILE, ...]|FILE]
                         [--help_extra FLAG]

Have diplomat annotate, or label a video given it has already been tracked.
Automatically searches for the correct frontend to do labeling based on the
passed config argument.

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 run
                        annotation on.
  --help_extra FLAG, -he FLAG
                        Boolean, if set to true print extra settings for the
                        automatically selected frontend instead of running
                        video annotation.

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