caltech_birds2010

  • 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, etichette di segmentazione.

Diviso Esempi
'test' 3.033
'train' 3.000
  • 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 Funzionalità BBox (4,) galleggiante32
Immagine Immagine (Nessuno, Nessuno, 3) uint8
immagine/nome file Testo corda
etichetta ClassLabel int64
nome_etichetta Testo corda
segmentazione_maschera Immagine (Nessuno, Nessuno, 1) uint8
  • 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}
}