sdiaeyu6n commited on
Commit
459d6dd
1 Parent(s): 4b6ea5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md CHANGED
@@ -364,3 +364,60 @@ configs:
364
  - split: train
365
  path: data/train-*
366
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
364
  - split: train
365
  path: data/train-*
366
  ---
367
+ # Dataset Card for Quick, Draw! Dataset
368
+
369
+ This dataset card aims to provide comprehensive information about the Quick, Draw! dataset, a collection of hand-drawn sketches used for training and evaluating sketch classification models.
370
+
371
+ ## Dataset Details
372
+
373
+ ### Dataset Description
374
+
375
+ The Quick, Draw! dataset is a large-scale collection of hand-drawn sketches curated by Google Creative Lab. The dataset includes over 50 million unique sketches across 345 object categories, contributed by participants from around the world. The primary purpose of this dataset is to facilitate research in the field of computer vision, particularly for tasks related to sketch recognition and classification.
376
+
377
+ - **Curated by:** Google Creative Lab
378
+ - **Shared by [optional]:** Google
379
+
380
+ ### Dataset Sources
381
+
382
+ - **Source:** [Quick, Draw! Dataset Source](https://github.com/googlecreativelab/quickdraw-dataset)
383
+ - **Paper:** [A Neural Representation of Sketch Drawings](https://arxiv.org/abs/1704.03477)
384
+
385
+ ## Uses
386
+
387
+ ### Direct Use
388
+
389
+ The dataset is intended for use in developing and evaluating sketch recognition algorithms. It is suitable for tasks such as:
390
+
391
+ - Training sketch classification models
392
+ - Evaluating the performance of sketch recognition systems
393
+ - Conducting research in computer vision and machine learning related to hand-drawn images
394
+
395
+ ### Out-of-Scope Use
396
+
397
+ The dataset is not suitable for use cases that require high-resolution images or photographs. It is also not intended for tasks unrelated to sketch recognition, such as natural image classification.
398
+
399
+ ## Original Dataset Structure
400
+
401
+ The dataset is organized into categories, each containing a collection of hand-drawn sketches. Each sketch is a black-and-white image representing an object from one of the predefined categories.
402
+
403
+ - **Number of Categories:** 345
404
+ - **Number of Sketches:** 50 million
405
+
406
+ ### Dataset Splits
407
+
408
+ In this dataset, the Quick, Draw! dataset is provided as a single training set without predefined splits for training, validation, or testing. Due to the large size of the original dataset, I randomly selected 100 samples per category to train within limited resources, resulting in a total of 34,500 sketches.
409
+
410
+ - **Train Set:**
411
+ - **Number of Examples:** 34,500
412
+
413
+ ## Citation
414
+
415
+ **BibTeX:**
416
+
417
+ ```bibtex
418
+ @article{ha2017neural,
419
+ title={A Neural Representation of Sketch Drawings},
420
+ author={Ha, David and Eck, Douglas},
421
+ journal={arXiv preprint arXiv:1704.03477},
422
+ year={2017}
423
+ }