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