tf_flowers

花の画像の大きなセット

スプリット
'train' 3,670
  • 機能構造:
FeaturesDict({
    'image': Image(shape=(None, None, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=5),
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
画像画像(なし、なし、3) uint8
ラベルクラスラベルint64

視覚化

  • 引用
@ONLINE {tfflowers,
author = "The TensorFlow Team",
title = "Flowers",
month = "jan",
year = "2019",
url = "http://download.tensorflow.org/example_images/flower_photos.tgz" }