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

Creates blob from .pb file.

Parameters

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

Returns

Mat.