piccolo

Questo database è destinato agli esperimenti nel riconoscimento di oggetti 3D dalla forma. Contiene le immagini di 50 giocattoli appartenenti a 5 categorie generiche: animali a quattro zampe, figure umane, aeroplani, camion e automobili. Gli oggetti sono stati ripresi da due telecamere in 6 condizioni di illuminazione, 9 elevazioni (da 30 a 70 gradi ogni 5 gradi) e 18 azimut (da 0 a 340 ogni 20 gradi).

Il training set è composto da 5 istanze di ciascuna categoria (istanze 4, 6, 7, 8 e 9) e il test set delle restanti 5 istanze (istanze 0, 1, 2, 3 e 5).

Diviso Esempi
'test' 24.300
'train' 24.300
  • Struttura delle caratteristiche :
FeaturesDict({
    'image': Image(shape=(96, 96, 1), dtype=uint8),
    'image2': Image(shape=(96, 96, 1), dtype=uint8),
    'instance': ClassLabel(shape=(), dtype=int64, num_classes=10),
    'label_azimuth': ClassLabel(shape=(), dtype=int64, num_classes=18),
    'label_category': ClassLabel(shape=(), dtype=int64, num_classes=5),
    'label_elevation': ClassLabel(shape=(), dtype=int64, num_classes=9),
    'label_lighting': ClassLabel(shape=(), dtype=int64, num_classes=6),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
Immagine Immagine (96, 96, 1) uint8
immagine2 Immagine (96, 96, 1) uint8
esempio ClassLabel int64
label_azimuth ClassLabel int64
etichetta_categoria ClassLabel int64
etichetta_elevazione ClassLabel int64
etichetta_illuminazione ClassLabel int64
  • Citazione :
@article{LeCun2004LearningMF,
  title={Learning methods for generic object recognition with invariance to pose and lighting},
  author={Yann LeCun and Fu Jie Huang and L{\'e}on Bottou},
  journal={Proceedings of the 2004 IEEE Computer Society Conference on Computer Vision and Pattern Recognition},
  year={2004},
  volume={2},
  pages={II-104 Vol.2}
}