Birchlabs/wds-dataset-viewer-test
Read from the webdataset (after saving it somewhere on your disk) like this: from webdataset import WebDataset from typing import TypedDict, Iterable from PIL import Image from PIL.PngImagePlugin import PngImageFile from io import BytesIO from os import makedirs Example = TypedDict('Example', { '__key__': str, '__url__': str, 'img.png': bytes, }) dataset = WebDataset('./wds-dataset-viewer-test/{00000..00001}.tar') out_root = 'out' makedirs(out_root, exist_ok=True) it:… See the full description on the dataset page: https://huggingface.co/datasets/Birchlabs/wds-dataset-viewer-test.
This repository belongs to Birchlabs on Hugging Face.
CoolFace never edits a repository it does not host. Visibility, licence, collaborators and gating are all managed at the source.
