tf_flowers

  • Descrizione :

Una vasta serie di immagini di fiori

Diviso Esempi
'train' 3.670
  • Struttura delle caratteristiche :
FeaturesDict({
   
'image': Image(shape=(None, None, 3), dtype=uint8),
   
'label': ClassLabel(shape=(), dtype=int64, num_classes=5),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
Immagine Immagine (Nessuno, Nessuno, 3) uint8
etichetta ClassLabel int64

Visualizzazione

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