Predictor(String, String, String, NullableBoolean, Int64) Constructor
Parameter constructor.
Namespace: OpenVinoSharp.Extensions.modelAssemblies: 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
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[])"]