[][src]Function opencv::dnn::read_tensor_from_onnx

pub fn read_tensor_from_onnx(path: &str) -> Result<Mat>

Creates blob from .pb file.

Parameters

  • path: to the .pb file with input tensor.

Returns

Mat.