Please use. NET 5,. NET 6, NET 7,. NET 8, NET Framework 4.6, NET Framework 4.61, NET Framework 4.7, NET Framework 4.72, NET Framework 4.8, NET Framework 4.81, and. NET Core 3.1 versions

Predictor(String, String, String, NullableBoolean, Int64) Constructor

Parameter constructor.

Definition

Namespace: OpenVinoSharp.Extensions.model
Assemblies:  OpenVINO_CSharp_API_Extensions_OpenCvSharp (in OpenVINO_CSharp_API_Extensions_OpenCvSharp.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
  OpenVINO_CSharp_API_Extensions_EmguCV (in OpenVINO_CSharp_API_Extensions_EmguCV.dll) Version: 1.0.6.1+a13b433d33f957705f82a74ca14fa17017145e92
C#
public Predictor(
	string model_path,
	string device,
	string? cache_dir = null,
	bool? use_gpu = false,
	long[]? input_size = null
)

Parameters

model_path  String
Inference model path.
device  String
Inference model path device.
cache_dir  String  (Optional)
The read-write property(string) to set/get the directory which will be used to store any data cached by plugins.
use_gpu  NullableBoolean  (Optional)

[Missing <param name="use_gpu"/> documentation for "M:OpenVinoSharp.Extensions.model.Predictor.#ctor(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Int64[])"]

input_size  Int64  (Optional)

[Missing <param name="input_size"/> documentation for "M:OpenVinoSharp.Extensions.model.Predictor.#ctor(System.String,System.String,System.String,System.Nullable{System.Boolean},System.Int64[])"]

Exceptions

See Also