pub fn read_torch_blob_def(filename: &str) -> Result<Mat>
Expand description

Loads blob which was serialized as torch.Tensor object of Torch7 framework. @warning This function has the same limitations as readNetFromTorch().

§Note

This alternative version of read_torch_blob function uses the following default values for its arguments:

  • is_binary: true