i_naturalist2017

  • 説明

このデータセットには、579,184 枚のトレーニング画像と 95,986 枚の検証画像にわたる、合計 5,089 のカテゴリが含まれています。トレーニング セットの場合、カテゴリごとの画像の分布は、iNaturalist コミュニティによるそのカテゴリの観察頻度に従います。

元のデータセットには境界ボックスを持ついくつかの画像が含まれていますが、現在は画像レベルのアノテーションのみが提供されています (単一ラベル/画像)。なお、主催者はテストラベルを公開していないため、テスト画像(ラベル=-1)のみを提供します。

スプリット
'test' 182,707
'train' 579,184
'validation' 95,986
  • 機能の構造:
FeaturesDict({
    'id': Text(shape=(), dtype=string),
    'image': Image(shape=(None, None, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=5089),
    'supercategory': ClassLabel(shape=(), dtype=int64, num_classes=13),
})
  • 機能ドキュメント:
特徴クラスDタイプ説明
特徴辞書
ID文章
画像画像(なし、なし、3) uint8
ラベルクラスラベルint64
スーパーカテゴリークラスラベルint64

視覚化

  • 引用
@InProceedings{Horn_2018_CVPR,
author = {
Van Horn, Grant and Mac Aodha, Oisin and Song, Yang and Cui, Yin and Sun, Chen
and Shepard, Alex and Adam, Hartwig and Perona, Pietro and Belongie, Serge},
title = {The INaturalist Species Classification and Detection Dataset},
booktitle = {
The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2018}
}