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  TEXTPath to GT tiffs[required] *pred_dirTEXTPath to prediction/RES tiffs[required] ╰──────────────────────────────────────────────────────────────────────────────╯ ╭─ Options ────────────────────────────────────────────────────────────────────╮ --gt-track-pathTEXTPath to ctc gt track file --pred-track-pathTEXTPath to predicted track file --out-pathTEXTPath 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. ╰──────────────────────────────────────────────────────────────────────────────╯