Traccuracy
Glossary
Matchers
Matchers Overview
Track Errors
Basic Errors
Division Errors
CTC Errors
Metrics
Metrics Overview
Basic Performance Metrics
CTC/AOGM Metrics
Track Overlap Metrics
Division Metrics
CHOTA Metric
Complete Tracklets and Lineages
Examples
Benchmarking Cell Tracking Challenge Data
Developer
API Reference
CLI
Test Cases
Traccuracy
CLI
View page source
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
TEXT
Path to GT tiffs
[required]
│
│
*
pred_dir
TEXT
Path to prediction/RES tiffs
[required]
│
╰──────────────────────────────────────────────────────────────────────────────╯
╭─
Options
───────────────────────────────────────────────────────────────────
─╮
│
-
-gt
-track-path
TEXT
Path to ctc gt track file
│
│
-
-pred
-track-path
TEXT
Path to predicted track file
│
│
-
-out
-path
TEXT
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.
│
│
-
-help
Show this message and exit.
│
╰──────────────────────────────────────────────────────────────────────────────╯