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

Yolov8Cls Class

[Missing <summary> documentation for "T:OpenVinoSharp.Extensions.model.Yolov8Cls"]

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 class Yolov8Cls : Predictor
Inheritance
Object    Predictor    Yolov8Cls

Constructors

Yolov8Cls(Yolov8ClsConfig) Initializes a new instance of the Yolov8Cls class
Yolov8Cls(String, String, NullableInt32, NullableBoolean, Int64, NullableInt32, String, NullableInt32) Initializes a new instance of the Yolov8Cls class

Methods

infer The default model inference method is only applicable to single input and single output models.
(Inherited from Predictor)
predict(ListMat)  
predict(ListMat)  
predict(Mat)  
predict(Mat)  

Fields

m_batch_num  
m_categ_nums  
m_compiled_model
(Inherited from Predictor)
m_core
(Inherited from Predictor)
m_infer_request
(Inherited from Predictor)
m_input_size  
m_model
(Inherited from Predictor)
m_result_num  
m_use_gpu
(Inherited from Predictor)

See Also