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