quickdraw_bitmap

Quick Draw Dataset は、Quick, Draw! というゲームのプレイヤーによって提供された、345 のカテゴリにわたる 5,000 万の描画のコレクションです。ビットマップ データセットには、ベクター形式から 28x28 グレースケール イメージに変換されたこれらの描画が含まれています。

スプリット
'train' 50,426,266
  • 機能構造:
FeaturesDict({
    'image': Image(shape=(28, 28, 1), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=345),
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
画像画像(28, 28, 1) 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}
}