Skip to main content

PicoDetModel

Type Alias PicoDetModel 

Source
pub type PicoDetModel = ScaleAwareDetectorModel;
Expand description

PicoDet object detection model.

This is a specialized configuration of the generic ScaleAwareDetectorModel that uses ScaleFactorOnly inference mode (no im_shape input required).

Aliased Typeยง

pub struct PicoDetModel { /* private fields */ }