File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ evaluators:
7272 - class : evaluators.trackeval_evaluator.TrackEvalEvaluator
7373 config :
7474 metrics : [HOTA, MOTA, IDF1]
75+ - class : evaluators.diagnostic_evaluator.DiagnosticEvaluator
76+ config :
77+ metrics : [LOC_T_X, LOC_T_Y, DIST_T]
7578 - class : evaluators.jitter_evaluator.JitterEvaluator
7679 config :
7780 metrics :
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ print(f"IDF1: {metrics['IDF1']:.3f}")
111111| ` rms_jerk_gt ` | Ground truth | Same as ` rms_jerk ` computed on ground-truth tracks |
112112| ` acceleration_variance_gt ` | Ground truth | Same as ` acceleration_variance ` computed on ground-truth tracks |
113113| ` rms_jerk_ratio ` | Tracker / GT | ` rms_jerk ` / ` rms_jerk_gt ` — tracker jitter relative to GT (1.0 = equal) |
114- | ` acceleration_variance_ratio ` | Tracker / GT | ` acceleration_variance ` / ` acceleration_variance_gt ` |
114+ | ` acceleration_variance_ratio ` | Tracker / GT | ` acceleration_variance ` / ` acceleration_variance_gt ` — tracker acceleration variance relative to GT (1.0 = equal) |
115115
116116Comparing ` rms_jerk ` with ` rms_jerk_gt ` shows how much jitter the tracker
117117adds on top of any jitter already present in the test data.
You can’t perform that action at this time.
0 commit comments