CLI
traccuracy
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.
Usage
traccuracy [OPTIONS] GT_DIR PRED_DIR
Options
- --gt-track-path <gt_track_path>
Path to ctc gt track file
- --pred-track-path <pred_track_path>
Path to predicted track file
- --out-path <out_path>
Path to save results
- Default:
'ctc_log.json'
- --install-completion
Install completion for the current shell.
- --show-completion
Show completion for the current shell, to copy it or customize the installation.
Arguments
- GT_DIR
Required argument
Path to GT tiffs
- PRED_DIR
Required argument
Path to prediction/RES tiffs