Function opencv::dnn::read_tensor_from_onnx

source ·
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.