pub fn evaluate_keypoints_parallel(
gt: &CocoDataset,
dt: &CocoDetections,
params: EvaluateParams<'_>,
parity_mode: ParityMode,
sigmas: HashMap<i64, Vec<f64>>,
) -> Result<EvalGrid, EvalError>Expand description
Parallel sibling of crate::evaluate::evaluate_keypoints.
ยงErrors
Propagates EvalError from the underlying kernel and matching
calls.