[Missing <summary> documentation for "T:OpenVinoSharp.Extensions.model.Yolov8Cls"]
public class Yolov8Cls : Predictor
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 |
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) |
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) |