caltech_birds2011

  • 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 de América del Norte). 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, etiquetas de segmentación.

Separar Ejemplos
'test' 5,794
'train' 5,994
  • 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 características :
Rasgo Clase Forma Tipo D Descripción
CaracterísticasDict
bbox BBoxCaracterística (4,) flotar32
imagen Imagen (Ninguno, Ninguno, 3) uint8
imagen/nombre de archivo Texto cuerda
etiqueta Etiqueta de clase int64
Nombre de etiqueta Texto cuerda
máscara_segmentación Imagen (Ninguno, Ninguno, 1) uint8
  • Cita :
@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}
}