dtd

  • 説明:

記述可能なテクスチャ データセット (DTD) は、テクスチャの知覚特性に触発された一連の人間中心の属性で注釈が付けられた、野生のテクスチャ イメージの進化するコレクションです。このデータは、コンピューター ビジョン コミュニティが研究目的で利用できるようになっています。

各例の「ラベル」はその「キー属性」です (公式 Web サイトを参照)。データセットの公式リリースでは、10 分割の交差検証分割が定義されています。私たちの TRAIN/TEST/VALIDATION 分割は、最初のフォールドのものです。

スプリット
'test' 1,880
'train' 1,880
'validation' 1,880
  • 機能構造:
FeaturesDict({
    'file_name': Text(shape=(), dtype=string),
    'image': Image(shape=(None, None, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=47),
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
ファイル名文章ストリング
画像画像(なし、なし、3) uint8
ラベルクラスラベルint64

視覚化

  • 引用
@InProceedings{cimpoi14describing,
Author    = {M. Cimpoi and S. Maji and I. Kokkinos and S. Mohamed and A. Vedaldi},
Title     = {Describing Textures in the Wild},
Booktitle = {Proceedings of the {IEEE} Conf. on Computer Vision and Pattern Recognition ({CVPR})},
Year      = {2014} }