- Deskripsi :
Caltech-UCSD Birds 200 (CUB-200) adalah kumpulan data gambar dengan foto dari 200 spesies burung (kebanyakan di Amerika Utara). Jumlah total kategori burung adalah 200 dan ada 6033 gambar pada dataset 2010 dan 11.788 gambar pada dataset 2011. Anotasi termasuk kotak pembatas, label segmentasi.
Situs web : http://www.vision.caltech.edu/visipedia/CUB-200.html
Kode sumber :
tfds.image_classification.CaltechBirds2010
Versi :
-
0.1.1
(default): Tidak ada catatan rilis.
-
Ukuran unduhan :
659.14 MiB
Ukuran
659.64 MiB
data :659.64 MiB
Cache otomatis ( dokumentasi ): Tidak
Split :
Membagi | Contoh |
---|---|
'test' | 3.033 |
'train' | 3.000 |
- Fitur :
FeaturesDict({
'bbox': BBoxFeature(shape=(4,), dtype=tf.float32),
'image': Image(shape=(None, None, 3), dtype=tf.uint8),
'image/filename': Text(shape=(), dtype=tf.string),
'label': ClassLabel(shape=(), dtype=tf.int64, num_classes=200),
'label_name': Text(shape=(), dtype=tf.string),
'segmentation_mask': Image(shape=(None, None, 1), dtype=tf.uint8),
})
Kunci yang diawasi (Lihat
as_supervised
doc ):('image', 'label')
Kutipan :
@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}
}
Gambar ( tfds.show_examples ): Tidak didukung.
Contoh ( tfds.as_dataframe ):