[Missing <summary> documentation for "T:OpenVinoSharp.Extensions.model.Yolov8Seg"]
public class Yolov8Seg : Predictor| Yolov8Seg(Yolov8SegConfig) | Initializes a new instance of the Yolov8Seg class |
| Yolov8Seg(String, String, NullableInt32, NullableBoolean, Int64, NullableInt32, String, NullableSingle, NullableSingle) | Initializes a new instance of the Yolov8Seg 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 |
| sigmoid | sigmoid |
| 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_image_sizes | |
| m_infer_request |
(Inherited from Predictor) |
| m_input_size | |
| m_mask_length | |
| m_model |
(Inherited from Predictor) |
| m_output_length | |
| m_use_gpu |
(Inherited from Predictor) |