- 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.
Página de inicio : http://www.vision.caltech.edu/visipedia/CUB-200.html
Código fuente :
tfds.image_classification.CaltechBirds2010
Versiones :
-
0.1.1
(predeterminado): Sin notas de la versión.
-
Tamaño de la descarga :
659.14 MiB
Tamaño del conjunto de datos :
659.64 MiB
Almacenamiento automático en caché ( documentación ): No
Divisiones :
Separar | 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 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 |
Claves supervisadas (Ver
as_supervised
):('image', 'label')
Figura ( tfds.show_examples ): no compatible.
Ejemplos ( tfds.as_dataframe ):
- 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}
}