pub fn idf1(
frames: &[TrackingFrame<'_>],
config: TrackingEvalConfig,
) -> Result<f32, EvalError>Expand description
Identity F1 score: measures how well predicted IDs match GT IDs across frames.
pub fn idf1(
frames: &[TrackingFrame<'_>],
config: TrackingEvalConfig,
) -> Result<f32, EvalError>Identity F1 score: measures how well predicted IDs match GT IDs across frames.