caltech_birds2010

  • Descripción :

Caltech-UCSD Birds 200 (CUB-200) es un conjunto de datos de imágenes con fotografías de 200 especies de aves (en su mayoría norteamericanas). El número total de categorías de aves es 200 y hay 6033 imágenes en el conjunto de datos de 2010 y 11,788 imágenes en el conjunto de datos de 2011. Las anotaciones incluyen cuadros delimitadores y etiquetas de segmentación.

Dividir Ejemplos
'test' 3.033
'train' 3.000
  • Estructura de características :
FeaturesDict({
    'bbox': BBoxFeature(shape=(4,), dtype=float32),
    'image': Image(shape=(None, None, 3), dtype=uint8),
    'image/filename': Text(shape=(), dtype=string),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=200),
    'label_name': Text(shape=(), dtype=string),
    'segmentation_mask': Image(shape=(None, None, 1), dtype=uint8),
})
  • Documentación de funciones :
Característica Clase Forma tipo D Descripción
FuncionesDict
caja b Característica BBox (4,) flotador32
imagen Imagen (Ninguno, Ninguno, 3) uint8
imagen/nombre de archivo Texto cadena
etiqueta Etiqueta de clase int64
Nombre de etiqueta Texto cadena
máscara_segmentación Imagen (Ninguno, Ninguno, 1) uint8
  • Citación :
@techreport{WelinderEtal2010,
Author = {P. Welinder and S. Branson and T. Mita and C. Wah and F. Schroff and S. Belongie and P. Perona},
Institution = {California Institute of Technology},
Number = {CNS-TR-2010-001},
Title = { {Caltech-UCSD Birds 200} },
Year = {2010}
}