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

PPYoloeDet Class

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

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

Constructors

PPYoloeDet Initializes a new instance of the PPYoloeDet class

Methods

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.

Fields

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)

See Also