datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
Diverse-SDXL-Dogs
Dataset Card for Diverse-SDXL-Dogs
This is a FiftyOne dataset with 181 samples.
Installation
If you haven't already, install FiftyOne:
pip install -U fiftyone
Usage
import fiftyone as fo
import fiftyone.utils.huggingface as fouh
# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = fouh.load_from_hub("Voxel51/Diverse-SDXL-Dogs")
# Launch the App
session = fo.launch_app(dataset)
Dataset Details… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/Diverse-SDXL-Dogs.shared-class-sketch-diverse
Shared-Class Sketch
Shared-Class Sketch is a deterministic synthetic corpus for testing whether a
model can represent sketch categories through reusable primitives and parts.
Every image is a 128 x 128 binary raster with white strokes on a black
background. No real sketch raster or stroke is copied into the dataset.
Classes and structural variation
The ten semantic classes are bicycle, truck, binoculars, face,
windmill, birthday_cake, butterfly, chandelier, flower… See the full description on the dataset page: https://huggingface.co/datasets/Rathgrith/shared-class-sketch-diverse.
