Detection Model Ext#

class DetectionModelExt : public DetectionModel#

Subclassed by ModelYolo, ModelYoloX, YOLOv5

Public Functions

DetectionModelExt(std::shared_ptr<ov::Model> &model, const ov::AnyMap &configuration)#
DetectionModelExt(std::shared_ptr<InferenceAdapter> &adapter)#