tf_flowers

  • 説明

花の大きな画像セット

スプリット
'train' 3,670
  • 機能の構造:
FeaturesDict({
   
'image': Image(shape=(None, None, 3), dtype=uint8),
   
'label': ClassLabel(shape=(), dtype=int64, num_classes=5),
})
  • 機能ドキュメント:
特徴クラスDタイプ説明
特徴辞書
画像画像(なし、なし、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" }