- 説明:
花の大きな画像セット
ホームページ: https://www.tensorflow.org/tutorials/load_data/images
ソースコード:
tfds.datasets.tf_flowers.Builder
バージョン:
-
3.0.1
(デフォルト): リリース ノートはありません。
-
ダウンロードサイズ:
218.21 MiB
データセットのサイズ:
221.83 MiB
自動キャッシュ(ドキュメント):
shuffle_files=False
(トレイン) の場合のみ分割:
スプリット | 例 |
---|---|
'train' | 3,670 |
- 機能の構造:
FeaturesDict({
'image': Image(shape=(None, None, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=5),
})
- 機能ドキュメント:
特徴 | クラス | 形 | Dタイプ | 説明 |
---|---|---|---|---|
特徴辞書 | ||||
画像 | 画像 | (なし、なし、3) | uint8 | |
ラベル | クラスラベル | int64 |
監視キー(
as_supervised
doc を参照):('image', 'label')
図( tfds.show_examples ):
- 例( tfds.as_dataframe ):
- 引用:
@ONLINE {tfflowers,
author = "The TensorFlow Team",
title = "Flowers",
month = "jan",
year = "2019",
url = "http://download.tensorflow.org/example_images/flower_photos.tgz" }