Note

This is a Hugging Face dataset. Learn how to load datasets from the Hub in the Hugging Face integration docs.

Hugging Face

Dataset Card for SDXL Dogs#

Images of dogs breeds in the Stanford Dogs dataset, generated by SDXL

image/png

This is a FiftyOne dataset with 191 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/SDXL-Dogs")

# Launch the App
session = fo.launch_app(dataset)

Dataset Details#

Dataset Description#

  • Curated by: [More Information Needed]

  • Funded by [optional]: [More Information Needed]

  • Shared by [optional]: [More Information Needed]

  • Language(s) (NLP): en

  • License: [More Information Needed]

Dataset Creation#

Data generated with SDXL for illustration of synthetic data generation for mitigating class imbalances

Dataset Card Authors#

Jacob Marks