Function divide_on_faces
pub fn divide_on_faces(
session_detect: &mut Session<'_>,
img_path: &Path,
detect_width: u32,
detect_height: u32,
conf_ths: f32,
proba_ths: f32,
nms_ths: f32,
rec_width: u32,
rec_height: u32,
save_folder: &Path,
) -> bool