pub fn load_image_as_float_array<P>( path: P, ) -> Result<(Vec<f32>, (usize, usize), usize)>where P: AsRef<Path>,