imagenet_resized

このデータセットは、固定サイズにサイズ変更された ImageNet データセットで構成されています。ここの画像は、Chrabaszcz らによって提供されたものです。アル。ボックスのサイズ変更方法を使用します。

教師なし学習用のダウンサンプリングされた ImageNetについては、 downsampled_imagenetを参照してください。

スプリット
'train' 1,281,167
'validation' 50,000
@article{chrabaszcz2017downsampled,
  title={A downsampled variant of imagenet as an alternative to the cifar datasets},
  author={Chrabaszcz, Patryk and Loshchilov, Ilya and Hutter, Frank},
  journal={arXiv preprint arXiv:1707.08819},
  year={2017}
}

imagenet_resized/8x8 (デフォルト設定)

  • 構成の説明: 8x8 にサイズ変更された画像

  • ダウンロードサイズ: 237.11 MiB

  • データセットのサイズ: 378.49 MiB

  • 機能構造:

FeaturesDict({
    'image': Image(shape=(8, 8, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
画像画像(8、8、3) uint8
ラベルクラスラベルint64

視覚化

imagenet_resized/16x16

  • 構成の説明: 16x16 にサイズ変更された画像

  • ダウンロードサイズ: 923.34 MiB

  • データセットのサイズ: 955.67 MiB

  • 機能構造:

FeaturesDict({
    'image': Image(shape=(16, 16, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
画像画像(16, 16, 3) uint8
ラベルクラスラベルint64

視覚化

imagenet_resized/32x32

  • 構成の説明: 32x32 にサイズ変更された画像

  • ダウンロードサイズ: 3.46 GiB

  • データセットサイズ: 2.93 GiB

  • 機能構造:

FeaturesDict({
    'image': Image(shape=(32, 32, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
画像画像(32, 32, 3) uint8
ラベルクラスラベルint64

視覚化

imagenet_resized/64x64

  • 構成の説明: 64x64 にサイズ変更された画像

  • ダウンロードサイズ: 13.13 GiB

  • データセットサイズ: 10.29 GiB

  • 機能構造:

FeaturesDict({
    'image': Image(shape=(64, 64, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
画像画像(64, 64, 3) uint8
ラベルクラスラベルint64

視覚化