Skip to main content

evaluate_bbox_parallel

Function evaluate_bbox_parallel 

Source
pub fn evaluate_bbox_parallel(
    gt: &CocoDataset,
    dt: &CocoDetections,
    params: EvaluateParams<'_>,
    parity_mode: ParityMode,
) -> Result<EvalGrid, EvalError>
Expand description

Parallel sibling of crate::evaluate::evaluate_bbox.

ยงErrors

Propagates EvalError from the underlying kernel and matching calls.