ZipArchive#
- class ZipArchive(filename: str, filter: str | None = None, loop: bool = False, **kwargs: Any)[source]#
Deprecated alias for
FileArchive.- Parameters:
kwargs (Any) – forwarded to
FileArchive
Deprecated since version 1.1.0: Use
FileArchiveinstead.Base constructor for image sources.
- Parameters:
kwargs (Any) – source-specific keyword arguments
Methods
Display images from the source interactively.
List all files within the archive to stdout.
Open a file from the archive
Convert all images from this source into a single 4D PyTorch tensor.
Attributes