diplomat.core_ops.tweak

diplomat.core_ops.tweak(config: Union[List[Union[PathLike, str]], Union[PathLike, str]], videos: Optional[Union[List[Union[PathLike, str]], Union[PathLike, str]]] = None, help_extra: bool = False, **extra_args) None[source]

Make modifications to DIPLOMAT produced tracking results created for a video using a limited version supervised labeling UI. Allows for touching up and fixing any minor issues that may arise after tracking and saving results.

Parameters:
  • config – The path to the configuration file for the project. The format of this argument will depend on the frontend.

  • videos – A single path or list of paths to video files to tweak the tracks of.

  • help_extra – Boolean, if set to true print extra settings for the automatically selected frontend instead of showing the UI.

  • extra_args – Any additional arguments (if the CLI, flags starting with ‘–’) are passed to the automatically selected frontend. To see valid values, run tweak with extra_help flag set to true.