detect_persons_rgba

Function detect_persons_rgba 

Source
pub fn detect_persons_rgba(
    model_path: String,
    rgba: Vec<u8>,
    width: u32,
    height: u32,
    score_threshold: f32,
) -> Vec<PersonDetection>