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

RtdetrDet Class

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

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

Constructors

RtdetrDet Initializes a new instance of the RtdetrDet class

Methods

argmax The function `argmax` takes an array of floats and returns the index of the maximum value in the array.
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.
sigmoid The sigmoid function takes in a float value and returns the result of applying the sigmoid function to that value.

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