load_image# load_image(path: PathLike) → ndarray[source]# Read in image from path and return as a (H, W, C) numpy array. Parameters: path (PathLike) – Return type: ndarray