- Descrizione :
Caltech-UCSD Birds 200 (CUB-200) è un set di dati di immagini con foto di 200 specie di uccelli (principalmente nordamericane). Il numero totale di categorie di uccelli è 200 e ci sono 6033 immagini nel set di dati del 2010 e 11.788 immagini nel set di dati del 2011. Le annotazioni includono riquadri di delimitazione ed etichette di segmentazione.
Documentazione aggiuntiva : esplora documenti con codice
Pagina iniziale : https://www.vision.caltech.edu/datasets/cub_200_2011/
Codice sorgente :
tfds.image_classification.CaltechBirds2011
Versioni :
-
0.1.1
(impostazione predefinita): nessuna nota di rilascio.
-
Dimensione download :
1.11 GiB
Dimensione del set di dati :
1.11 GiB
Memorizzazione nella cache automatica ( documentazione ): No
Divide :
Diviso | Esempi |
---|---|
'test' | 5.794 |
'train' | 5.994 |
- Struttura delle caratteristiche :
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),
})
- Documentazione delle funzionalità :
Caratteristica | Classe | Forma | Tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
bbox | Funzione BBox | (4,) | float32 | |
Immagine | Immagine | (Nessuno, Nessuno, 3) | uint8 | |
immagine/nome file | Testo | corda | ||
etichetta | ClassLabel | int64 | ||
nome_etichetta | Testo | corda | ||
segmentation_mask | Immagine | (Nessuno, Nessuno, 1) | uint8 |
Chiavi supervisionate (vedi il documento
as_supervised
):('image', 'label')
Figura ( tfds.show_examples ): non supportato.
Esempi ( tfds.as_dataframe ):
- Citazione :
@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}
}