quickdraw_bitmap

مجموعه داده های قرعه کشی سریع مجموعه ای از 50 میلیون نقاشی در 345 دسته است که توسط بازیکنان بازی Quick, Draw! ارائه شده است. مجموعه داده بیت مپ شامل این نقشه ها است که از فرمت برداری به تصاویر 28x28 در مقیاس خاکستری تبدیل شده اند.

شکاف مثال ها
'train' 50,426,266
  • ساختار ویژگی :
FeaturesDict({
    'image': Image(shape=(28, 28, 1), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=345),
})
  • مستندات ویژگی :
ویژگی کلاس شکل نوع D شرح
FeaturesDict
تصویر تصویر (28، 28، 1) uint8
برچسب ClassLabel int64

تجسم

  • نقل قول :
@article{DBLP:journals/corr/HaE17,
  author    = {David Ha and
               Douglas Eck},
  title     = {A Neural Representation of Sketch Drawings},
  journal   = {CoRR},
  volume    = {abs/1704.03477},
  year      = {2017},
  url       = {http://arxiv.org/abs/1704.03477},
  archivePrefix = {arXiv},
  eprint    = {1704.03477},
  timestamp = {Mon, 13 Aug 2018 16:48:30 +0200},
  biburl    = {https://dblp.org/rec/bib/journals/corr/HaE17},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}