[Missing <summary> documentation for "T:OpenVinoSharp.Extensions.model.Yolov8Det"]
public class Yolov8Det : Predictor| Yolov8Det(Yolov8DetConfig) | Initializes a new instance of the Yolov8Det class |
| Yolov8Det(String, String, NullableInt32, NullableBoolean, Int64, NullableInt32, String, NullableSingle, NullableSingle) | Initializes a new instance of the Yolov8Det 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) | |
| process_result | Result process |
| m_batch_num | |
| m_categ_nums | |
| m_compiled_model |
(Inherited from Predictor) |
| m_core |
(Inherited from Predictor) |
| m_det_nms_thresh | |
| m_det_thresh | |
| m_factors | |
| m_infer_request |
(Inherited from Predictor) |
| m_input_size | |
| m_model |
(Inherited from Predictor) |
| m_output_length | |
| m_use_gpu |
(Inherited from Predictor) |