pub fn load(
path: &Path,
expected_kind: DetectionKind,
) -> Result<Vec<Detection>, DetectionError>Expand description
Load detections from a CSV file.
pub fn load(
path: &Path,
expected_kind: DetectionKind,
) -> Result<Vec<Detection>, DetectionError>Load detections from a CSV file.