datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
quickstart-3d
Dataset Card for quickstart-3d
This is a FiftyOne dataset with 200 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/quickstart-3d")
# Launch the App
session = fo.launch_app(dataset)
Dataset Details… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/quickstart-3d.quickdraw
Dataset Card for Quick, Draw!
This is a processed version of Google's Quick, Draw dataset to be compatible with the latest versions of 🤗 Datasets that support .parquet files. NOTE: this dataset only contains the "preprocessed_bitmaps" subset of the original dataset.
quickdraw-mnist
QuickDraw-MNIST
QuickDraw-MNIST is a 20-class sketch-recognition dataset prepared for Texas A&M's CSCE 624 (Sketch Recognition) class.
The data is sourced from Google's Quick, Draw! dataset.
Dataset Structure
Number of images: 100,000
Number of classes: 20
Images: 64 x 64 grayscale
Labels: integer class ids with a human-readable label_name column
Classes: The Eiffel Tower, airplane, angel, bed, chair, clock, diamond, donut, fork, frog, hourglass, leaf, line, mushroom… See the full description on the dataset page: https://huggingface.co/datasets/oriyonay/quickdraw-mnist.
