Method ReadTensorFromONNX
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
ReadTensorFromONNX(string)
Creates blob from .pb file.
public static Mat? ReadTensorFromONNX(string path)
Parameters
pathstringpath to the .pb file with input tensor.
Creates blob from .pb file.
public static Mat? ReadTensorFromONNX(string path)
path stringpath to the .pb file with input tensor.