- Keterangan :
Dataset PlantVillage terdiri dari 54303 gambar daun sehat dan tidak sehat yang dibagi menjadi 38 kategori berdasarkan spesies dan penyakit.
URL makalah asli: https://arxiv.org/abs/1511.08060 URL Kumpulan Data: https://data.mendeley.com/datasets/tywbtsjrjv/1
Dokumentasi Tambahan : Jelajahi Makalah Dengan Kode
Beranda : https://arxiv.org/abs/1511.08060
Kode sumber :
tfds.datasets.plant_village.Builder
Versi :
-
1.0.2
(default): Tidak ada catatan rilis.
-
Ukuran unduhan :
827.82 MiB
Ukuran kumpulan data :
815.37 MiB
Cache otomatis ( dokumentasi ): Tidak
Perpecahan :
Membelah | Contoh |
---|---|
'train' | 54.303 |
- Struktur fitur :
FeaturesDict({
'image': Image(shape=(None, None, 3), dtype=uint8),
'image/filename': Text(shape=(), dtype=string),
'label': ClassLabel(shape=(), dtype=int64, num_classes=38),
})
- Dokumentasi fitur :
Fitur | Kelas | Membentuk | Tipe D | Keterangan |
---|---|---|---|---|
FiturDict | ||||
gambar | Gambar | (Tidak ada, Tidak ada, 3) | uint8 | |
gambar/nama file | Teks | rangkaian | ||
label | Label Kelas | int64 |
Kunci yang diawasi (Lihat dokumen
as_supervised
):('image', 'label')
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
- Kutipan :
@article{DBLP:journals/corr/HughesS15,
author = {David P. Hughes and
Marcel Salath{\'{e} } },
title = {An open access repository of images on plant health to enable the
development of mobile disease diagnostics through machine
learning and crowdsourcing},
journal = {CoRR},
volume = {abs/1511.08060},
year = {2015},
url = {http://arxiv.org/abs/1511.08060},
archivePrefix = {arXiv},
eprint = {1511.08060},
timestamp = {Mon, 13 Aug 2018 16:48:21 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/HughesS15},
bibsource = {dblp computer science bibliography, https://dblp.org}
}