Skip to content

The import accimage cannot be parsed  #98

@zhanglaoban-kk

Description

@zhanglaoban-kk

在dataset-folder中,import accimage cannot be parsedhow to solve it here
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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions