The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: UnexpectedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
image image |
|---|
10um 4 TIFF Image Sequence
Dataset Summary
This dataset contains 5,000 TIFF images named image.0000.tiff through image.4999.tiff. The files are provided as an ordered image sequence from the 10um/4 dataset folder.
No labels, annotations, calibration metadata, or train/validation/test partition files were provided with the image sequence.
Dataset Structure
- Format: TIFF
- Number of files: 5,000
- Filename pattern:
image.NNNN.tiff - Split:
train(all files) - Total local file size at upload: 246,490,000 bytes
Data Fields
image: TIFF image loaded from each file.
Loading
from datasets import load_dataset
dataset = load_dataset("gavinlouuu/10um-4", split="train")
image = dataset[0]["image"]
Intended Use
This dataset can be used for image sequence inspection, visualization, preprocessing experiments, and image model workflows where unlabeled TIFF frames are acceptable.
Limitations
The repository does not include ground-truth labels, acquisition parameters, physical calibration beyond the repository name, or a license that grants downstream reuse beyond the repository's public availability.
License
No explicit dataset license was supplied. The Hub metadata is set to other until a specific license is chosen by the dataset owner.
- Downloads last month
- 1,031