pub fn load_one_image(image_path: &str) -> Result<Tensor, Box<dyn Error>>
Load one image from the path image_path: the path of the image return: the image tensor