[Missing <summary> documentation for "T:OpenVinoSharp.Extensions.model.PPYoloeDet"]
public class PPYoloeDet : Predictor
PPYoloeDet | Initializes a new instance of the PPYoloeDet class |
infer |
The default model inference method is only applicable to single input and single output models.
(Inherited from Predictor) |
list_to_array | |
postprocess | |
predict(ListMat) | |
predict(ListMat) | |
predict(Mat) | The function takes an input image, preprocesses it, performs inference using a pre-trained model, and returns the image with bounding boxes drawn around detected objects. |
predict(Mat) | The function takes an input image, preprocesses it, performs inference using a pre-trained model, and returns the image with bounding boxes drawn around detected objects. |
m_batch_num | |
m_categ_nums | |
m_compiled_model |
(Inherited from Predictor) |
m_core |
(Inherited from Predictor) |
m_det_thresh | |
m_factors | |
m_im_shape | |
m_infer_request |
(Inherited from Predictor) |
m_input_size | |
m_model |
(Inherited from Predictor) |
m_post_flag | |
m_use_gpu |
(Inherited from Predictor) |