``diplomat convert_tracks`` --------------------------- .. rubric:: Summary Convert files storing final tracking results for a video from other software to diplomat's csv format. .. rubric:: Usage .. code-block:: text diplomat convert_tracks [-h] --inputs [FILE, ...]|FILE [--outputs NONE|[FILE, ...]|FILE] [--force] .. rubric:: Options .. code-block:: text -h, --help show this help message and exit --inputs [FILE, ...]|FILE, -i [FILE, ...]|FILE A single or list of paths to files to convert to diplomat csvs. --outputs NONE|[FILE, ...]|FILE, -o NONE|[FILE, ...]|FILE An optional single path or list of paths, the location to write converted files to. If not specified, places the converted files at same locations as inputs with an extension of .csv instead of the original extension. If the original file was a csv, appends _converted to the filename --force, -f Flag, if enabled diplomat won't ask if before overwriting an output file that already exists...