fn draw_bboxes( img: &mut RgbImage, color: Rgb<u8>, annotate_data: &Vec<TwoPointsBox>, text: &str, scale: Scale, font: &Font<'_>, )