CLI

traccuracy Usage: traccuracy [OPTIONS] {gt_dir} {pred_dir} Load data from CTC format and run TRA and DET metric on gt and pred data using CTC matching. If --gt_track_path and --pred_track_path are not passed, we find  ``*_track.txt`` files in the data directories. If more than one such file is present, or no such files are present, an error is raised. Results will be dumped to --out_path in JSON format. ╭─ Arguments ──────────────────────────────────────────────────────────────────╮ *gt_dir  <str>Path to GT tiffs[required] *pred_dir<str>Path to prediction/RES tiffs[required] ╰──────────────────────────────────────────────────────────────────────────────╯ ╭─ Options ────────────────────────────────────────────────────────────────────╮ --gt-track-path<str>Path to ctc gt track file --pred-track-path<str>Path to predicted track file --out-path<str>Path to save results    [default: ctc_log.json] --install-completionInstall completion for the current shell. --show-completionShow completion for the current shell, to copy it or customize the installation.    --helpShow this message and exit. ╰──────────────────────────────────────────────────────────────────────────────╯