Places365_small

Places365-Standard データセットには、Places365 CNN のトレーニングに使用される 365 のシーン カテゴリからの 180 万のトレーニング画像が含まれています。検証セットにはカテゴリごとに 50 枚の画像があり、テスト セットにはカテゴリごとに 900 枚の画像があります。

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

視覚化

  • 引用
@article{zhou2017places,
  title={Places: A 10 million Image Database for Scene Recognition},
  author={Zhou, Bolei and Lapedriza, Agata and Khosla, Aditya and Oliva, Aude and Torralba, Antonio},
  journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
  year={2017},
  publisher={IEEE}
}