[Missing <summary> documentation for "T:OpenVinoSharp.Extensions.model.RtdetrDet"]
public class RtdetrDet : Predictor| RtdetrDet | Initializes a new instance of the RtdetrDet class |
| 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. |
| 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) |