EVA
EVA copied to clipboard
The import accimage in the dateset folder cannot resolve the load.
Hello!Here import accimage import display can not be resolved, how to solve this problem ,I hope to hear from you.Thanks.
TODO: specify the return type
def accimage_loader(path: str) -> Any: import accimage try: return accimage.Image(path) except IOError: # Potentially a decoding problem, fall back to PIL.Image return pil_loader(path)