pub fn export_images(
tags: &HashMap<i64, String>,
image: Vec<Vec<(i64, i64, i64, i64, i64, f64)>>,
image_dir: &str,
output_dir: &str,
) -> Result<(), Box<dyn Error>>
Expand description
Export the images with the bounding boxes tags: the tags of the classes image: the images with the bounding boxes image_dir: the directory of the images output_dir: the directory of the output images return: the result of the export