- Descrizione :
Caltech-UCSD Birds 200 (CUB-200) è un dataset 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 dataset del 2010 e 11.788 immagini in quello del 2011. Le annotazioni includono riquadri di delimitazione ed etichette di segmentazione.
Documentazione aggiuntiva : Esplora su Papers With Code
Pagina iniziale : https://www.vision.caltech.edu/datasets/cub_200_2011/
Codice sorgente :
tfds.image_classification.CaltechBirds2011Versioni :
-
0.2.0(predefinito) : Nessuna nota di rilascio.
-
Dimensione download :
1.11 GiBDimensione del set di dati :
1.11 GiBMemorizzato automaticamente nella cache ( documentazione ): No
Divisioni :
| 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 | BBoxFeature | (4,) | galleggiante32 | |
| immagine | Immagine | (Nessuno, Nessuno, 3) | uint8 | |
| immagine/nome file | Testo | corda | ||
| etichetta | Etichetta di classe | int64 | ||
| nome_etichetta | Testo | corda | ||
| maschera di segmentazione | Immagine | (Nessuno, Nessuno, 1) | uint8 |
Chiavi supervisionate (vedere 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}
}