Advanced components for custom evaluation
developFor more granular control over the evaluation process, use these lower-level components:
mm.MOTAccumulator: Stores frame-level matching events.mm.distances: Contains distance helpers like IoU and Euclidean matrices.mm.io.loadtxt(..., fmt="auto"): Detects MOTChallenge, VATIC, and UA-DETRAC formats.mm.metrics.create(): Returns aMetricsHostfor custom metric selection.mm.utils.compare_to_groundtruth: Compares loaded dataframes directly.mm.utils.compare_to_groundtruth_reweighting: Supports custom HOTA-style multi-threshold workflows.