- 説明:
データセットには合計 8,142 種があり、437,513 のトレーニング画像と 24,426 の検証画像があります。各画像には 1 つのグラウンド トゥルース ラベルがあります。
ホームページ: https://github.com/visipedia/inat_comp/tree/master/2018
ソース コード:
tfds.image_classification.i_naturalist2018.INaturalist2018
バージョン:
-
1.0.0
(デフォルト): 初期リリース。
-
ダウンロードサイズ:
158.38 GiB
データセットサイズ:
158.89 GiB
自動キャッシュ(ドキュメント): いいえ
スプリット:
スプリット | 例 |
---|---|
'test' | 149,394 |
'train' | 437,513 |
'validation' | 24,426 |
- 機能構造:
FeaturesDict({
'id': Text(shape=(), dtype=string),
'image': Image(shape=(None, None, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=8142),
'supercategory': ClassLabel(shape=(), dtype=int64, num_classes=14),
})
- 機能のドキュメント:
特徴 | クラス | 形 | Dtype | 説明 |
---|---|---|---|---|
特徴辞書 | ||||
ID | 文章 | ストリング | ||
画像 | 画像 | (なし、なし、3) | uint8 | |
ラベル | クラスラベル | int64 | ||
スーパーカテゴリ | クラスラベル | int64 |
監視されたキー(
as_supervised
docを参照):('image', 'label')
図( tfds.show_examples ):
- 例( tfds.as_dataframe ):
- 引用:
\
@misc{inaturalist18,
Howpublished = {~\url{https://github.com/visipedia/inat_comp/tree/master/2018} },
Title = { {iNaturalist} 2018 competition dataset.},
Year = {2018},
key = { {iNaturalist} 2018 competition dataset},
}