- Deskripsi :
Dataset Places365-Standard berisi 1,8 juta gambar kereta dari 365 kategori pemandangan, yang digunakan untuk melatih CNN Places365. Ada 50 gambar per kategori di set validasi dan 900 gambar per kategori di set pengujian.
Beranda : http://places2.csail.mit.edu/
Kode sumber :
tfds.image_classification.Places365Small
Versi :
-
2.0.0
(default): Tidak ada catatan rilis.
-
Ukuran unduhan :
29.27 GiB
Ukuran kumpulan data :
Unknown size
Cache otomatis ( dokumentasi ): Tidak diketahui
Split :
Membagi | Contoh |
---|---|
'test' | 328.500 |
'train' | 1.803.460 |
'validation' | 36.500 |
- Fitur :
FeaturesDict({
'image': Image(shape=(256, 256, 3), dtype=tf.uint8),
'label': ClassLabel(shape=(), dtype=tf.int64, num_classes=365),
})
.dllKunci yang diawasi (Lihat
as_supervised
doc ):('image', 'label')
Kutipan :
@article{zhou2017places,
title={Places: A 10 million Image Database for Scene Recognition},
author={Zhou, Bolei and Lapedriza, Agata and Khosla, Aditya and Oliva, Aude and Torralba, Antonio},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
year={2017},
publisher={IEEE}
}
- Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):