quickdraw_bitmap

কুইক ড্র ডেটাসেট হল 345টি বিভাগে 50 মিলিয়ন ড্রয়ের একটি সংগ্রহ, যা Quick, Draw! গেমের খেলোয়াড়দের দ্বারা অবদান। বিটম্যাপ ডেটাসেটে ভেক্টর ফর্ম্যাট থেকে 28x28 গ্রেস্কেল ছবিতে রূপান্তরিত এই অঙ্কনগুলি রয়েছে

বিভক্ত উদাহরণ
'train' 50,426,266
  • বৈশিষ্ট্য গঠন :
FeaturesDict({
    'image': Image(shape=(28, 28, 1), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=345),
})
  • বৈশিষ্ট্য ডকুমেন্টেশন :
বৈশিষ্ট্য ক্লাস আকৃতি ডিটাইপ বর্ণনা
ফিচারসডিক্ট
ইমেজ ছবি (২৮, ২৮, ১) uint8
লেবেল ক্লাসলেবেল 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}
}