tf_flores

Un gran conjunto de imágenes de flores.

Dividir Ejemplos
'train' 3,670
  • Estructura de características :
FeaturesDict({
   
'image': Image(shape=(None, None, 3), dtype=uint8),
   
'label': ClassLabel(shape=(), dtype=int64, num_classes=5),
})
  • Documentación de características :
Característica Clase Forma Tipo D Descripción
CaracterísticasDict
imagen Imagen (Ninguno, Ninguno, 3) uint8
etiqueta Etiqueta de clase int64

Visualización

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