Dataset of 50M drawings across 345 categories from the "Quick, Draw!" game
Top 8.0% on sourcepulse
The Quick, Draw! Dataset provides access to 50 million vector drawings across 345 categories, collected from players of the "Quick, Draw!" game. This dataset is valuable for researchers, developers, and artists interested in machine learning, human-computer interaction, and creative applications, offering insights into drawing patterns and user input.
How It Works
The dataset comprises timestamped vector drawings, captured as sequences of (x, y) coordinates and time deltas for each stroke. It's available in raw ndjson format, simplified ndjson (scaled to 256x256 and resampled), custom binary format, and as 28x28 grayscale NumPy bitmaps. This multi-format availability caters to various processing needs, from direct analysis to efficient machine learning model input.
Quick Start & Requirements
gsutil -m cp 'gs://quickdraw_dataset/full/simplified/*.ndjson' .
gsutil
for downloading. NumPy for .npy
files. TensorFlow and Magenta Project for Sketch-RNN.Highlighted Details
Maintenance & Community
This is a static dataset release by Google Creative Lab. While there are numerous projects and research papers utilizing the data, there's no active development or community forum directly associated with this repository.
Licensing & Compatibility
Limitations & Caveats
The dataset may contain inappropriate content despite moderation. The raw data's variable bounding boxes and point counts require preprocessing for consistent analysis.
4 months ago
Inactive