- Keterangan :
Imagenet2012Corrupted adalah kumpulan data yang dihasilkan dengan menambahkan kerusakan umum pada gambar di kumpulan data ImageNet. Dalam makalah aslinya, terdapat 15 + 4 korupsi berbeda, dan masing-masing memiliki 5 tingkat keparahan. Kami juga menerapkan 4 korupsi ekstra gaussian blur, saturate, spatter, dan speckle noise. Keacakannya ditetapkan sehingga regenerasi bersifat deterministik.
Kode sumber :
tfds.datasets.imagenet2012_corrupted.Builder
Versi :
-
0.0.1
: Kumpulan data awal -
3.1.0
(default): Menerapkan korupsi yang hilang. Perbaiki pemesanan potong/ubah ukuran, pengkodean file -
5.0.0
: Tidak ada catatan rilis.
-
Ukuran unduhan :
1.98 MiB
Ukuran kumpulan data :
Unknown size
Petunjuk pengunduhan manual : Kumpulan data ini mengharuskan Anda mengunduh data sumber secara manual ke
download_config.manual_dir
(default pada~/tensorflow_datasets/downloads/manual/
):
manual_dir harus berisi dua file: ILSVRC2012_img_train.tar dan ILSVRC2012_img_val.tar. Anda harus mendaftar di https://image-net.org/download-images untuk mendapatkan link untuk mendownload dataset.Cache otomatis ( dokumentasi ): Tidak diketahui
Perpecahan :
Membelah | Contoh |
---|---|
'validation' | 50.000 |
- Struktur fitur :
FeaturesDict({
'file_name': Text(shape=(), dtype=string),
'image': Image(shape=(224, 224, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),
})
- Dokumentasi fitur :
Fitur | Kelas | Membentuk | Tipe D | Keterangan |
---|---|---|---|---|
FiturDict | ||||
nama file | Teks | rangkaian | ||
gambar | Gambar | (224, 224, 3) | uint8 | |
label | Label Kelas | int64 |
Kunci yang diawasi (Lihat dokumen
as_supervised
):('image', 'label')
Kutipan :
@inproceedings{
hendrycks2018benchmarking,
title={Benchmarking Neural Network Robustness to Common Corruptions and Perturbations},
author={Dan Hendrycks and Thomas Dietterich},
booktitle={International Conference on Learning Representations},
year={2019},
url={https://openreview.net/forum?id=HJz6tiCqYm},
}
imagenet2012_corrupted/gaussian_noise_1 (konfigurasi default)
Deskripsi konfigurasi : jenis kerusakan = gaussian_noise, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_noise_2
Deskripsi konfigurasi : jenis kerusakan = gaussian_noise, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_noise_3
Deskripsi konfigurasi : jenis kerusakan = gaussian_noise, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_noise_4
Deskripsi konfigurasi : jenis kerusakan = gaussian_noise, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_noise_5
Deskripsi konfigurasi : jenis kerusakan = gaussian_noise, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/shot_noise_1
Deskripsi konfigurasi : jenis kerusakan = shot_noise, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/shot_noise_2
Deskripsi konfigurasi : jenis kerusakan = shot_noise, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/shot_noise_3
Deskripsi konfigurasi : jenis kerusakan = shot_noise, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/shot_noise_4
Deskripsi konfigurasi : jenis kerusakan = shot_noise, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/shot_noise_5
Deskripsi konfigurasi : jenis kerusakan = shot_noise, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/impulse_noise_1
Deskripsi konfigurasi : jenis kerusakan = impuls_noise, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/impulse_noise_2
Deskripsi konfigurasi : jenis kerusakan = impuls_noise, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/impulse_noise_3
Deskripsi konfigurasi : jenis kerusakan = impuls_noise, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/impulse_noise_4
Deskripsi konfigurasi : jenis kerusakan = impuls_noise, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/impulse_noise_5
Deskripsi konfigurasi : jenis kerusakan = impuls_noise, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/defocus_blur_1
Deskripsi konfigurasi : jenis kerusakan = defocus_blur, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/defocus_blur_2
Deskripsi konfigurasi : jenis kerusakan = defocus_blur, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/defocus_blur_3
Deskripsi konfigurasi : jenis kerusakan = defocus_blur, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/defocus_blur_4
Deskripsi konfigurasi : jenis kerusakan = defocus_blur, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/defocus_blur_5
Deskripsi konfigurasi : jenis kerusakan = defocus_blur, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/glass_blur_1
Deskripsi konfigurasi : jenis kerusakan = glass_blur, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/glass_blur_2
Deskripsi konfigurasi : jenis kerusakan = glass_blur, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/glass_blur_3
Deskripsi konfigurasi : jenis kerusakan = glass_blur, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/glass_blur_4
Deskripsi konfigurasi : jenis kerusakan = glass_blur, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/glass_blur_5
Deskripsi konfigurasi : jenis kerusakan = glass_blur, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/motion_blur_1
Deskripsi konfigurasi : jenis kerusakan = motion_blur, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/motion_blur_2
Deskripsi konfigurasi : jenis kerusakan = motion_blur, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/motion_blur_3
Deskripsi konfigurasi : jenis kerusakan = motion_blur, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/motion_blur_4
Deskripsi konfigurasi : jenis kerusakan = motion_blur, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/motion_blur_5
Deskripsi konfigurasi : jenis kerusakan = motion_blur, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/zoom_blur_1
Deskripsi konfigurasi : jenis kerusakan = zoom_blur, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/zoom_blur_2
Deskripsi konfigurasi : jenis kerusakan = zoom_blur, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/zoom_blur_3
Deskripsi konfigurasi : jenis kerusakan = zoom_blur, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/zoom_blur_4
Deskripsi konfigurasi : jenis kerusakan = zoom_blur, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/zoom_blur_5
Deskripsi konfigurasi : jenis kerusakan = zoom_blur, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/snow_1
Deskripsi konfigurasi : jenis kerusakan = salju, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/snow_2
Deskripsi konfigurasi : jenis kerusakan = salju, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/snow_3
Deskripsi konfigurasi : jenis kerusakan = salju, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/snow_4
Deskripsi konfigurasi : jenis kerusakan = salju, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/snow_5
Deskripsi konfigurasi : jenis kerusakan = salju, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/frost_1
Deskripsi konfigurasi : jenis kerusakan = beku, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/frost_2
Deskripsi konfigurasi : jenis kerusakan = beku, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/frost_3
Deskripsi konfigurasi : jenis kerusakan = beku, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/frost_4
Deskripsi konfigurasi : jenis kerusakan = beku, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/frost_5
Deskripsi konfigurasi : jenis kerusakan = beku, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/fog_1
Deskripsi konfigurasi : jenis kerusakan = kabut, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/fog_2
Deskripsi konfigurasi : jenis kerusakan = kabut, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/fog_3
Deskripsi konfigurasi : jenis kerusakan = kabut, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/fog_4
Deskripsi konfigurasi : jenis kerusakan = kabut, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/fog_5
Deskripsi konfigurasi : jenis kerusakan = kabut, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/brightness_1
Deskripsi konfigurasi : jenis kerusakan = kecerahan, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/brightness_2
Deskripsi konfigurasi : jenis kerusakan = kecerahan, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/brightness_3
Deskripsi konfigurasi : jenis kerusakan = kecerahan, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/brightness_4
Deskripsi konfigurasi : jenis kerusakan = kecerahan, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/brightness_5
Deskripsi konfigurasi : jenis kerusakan = kecerahan, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/contrast_1
Deskripsi konfigurasi : jenis kerusakan = kontras, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/contrast_2
Deskripsi konfigurasi : jenis kerusakan = kontras, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/contrast_3
Deskripsi konfigurasi : jenis kerusakan = kontras, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/contrast_4
Deskripsi konfigurasi : jenis kerusakan = kontras, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/contrast_5
Deskripsi konfigurasi : jenis kerusakan = kontras, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/elastic_transform_1
Deskripsi konfigurasi : jenis kerusakan = elastic_transform, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/elastic_transform_2
Deskripsi konfigurasi : jenis kerusakan = elastic_transform, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/elastic_transform_3
Deskripsi konfigurasi : jenis kerusakan = elastic_transform, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/elastic_transform_4
Deskripsi konfigurasi : jenis kerusakan = elastic_transform, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/elastic_transform_5
Deskripsi konfigurasi : jenis kerusakan = elastic_transform, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_1
Deskripsi konfigurasi : jenis kerusakan = piksel, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_2
Deskripsi konfigurasi : jenis kerusakan = piksel, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_3
Deskripsi konfigurasi : jenis kerusakan = piksel, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_4
Deskripsi konfigurasi : jenis kerusakan = piksel, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_5
Deskripsi konfigurasi : jenis kerusakan = piksel, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/jpeg_compression_1
Deskripsi konfigurasi : jenis kerusakan = jpeg_compression, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/jpeg_compression_2
Deskripsi konfigurasi : jenis kerusakan = jpeg_compression, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/jpeg_compression_3
Deskripsi konfigurasi : jenis kerusakan = jpeg_compression, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/jpeg_compression_4
Deskripsi konfigurasi : jenis kerusakan = jpeg_compression, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/jpeg_compression_5
Deskripsi konfigurasi : jenis kerusakan = jpeg_compression, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_blur_1
Deskripsi konfigurasi : jenis kerusakan = gaussian_blur, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_blur_2
Deskripsi konfigurasi : jenis kerusakan = gaussian_blur, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_blur_3
Deskripsi konfigurasi : jenis kerusakan = gaussian_blur, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_blur_4
Deskripsi konfigurasi : jenis kerusakan = gaussian_blur, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_blur_5
Deskripsi konfigurasi : jenis kerusakan = gaussian_blur, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/saturate_1
Deskripsi konfigurasi : jenis kerusakan = jenuh, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/saturate_2
Deskripsi konfigurasi : jenis kerusakan = jenuh, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/saturate_3
Deskripsi konfigurasi : jenis kerusakan = jenuh, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/saturate_4
Deskripsi konfigurasi : jenis korupsi = jenuh, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/saturate_5
Deskripsi konfigurasi : jenis korupsi = jenuh, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/spatter_1
Deskripsi konfigurasi : jenis kerusakan = hujan rintik-rintik, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/spatter_2
Deskripsi konfigurasi : jenis kerusakan = hujan rintik-rintik, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/spatter_3
Deskripsi konfigurasi : jenis kerusakan = hujan rintik-rintik, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/spatter_4
Deskripsi konfigurasi : jenis kerusakan = hujan rintik-rintik, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/spatter_5
Deskripsi konfigurasi : jenis kerusakan = hujan rintik-rintik, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/speckle_noise_1
Deskripsi konfigurasi : jenis kerusakan = speckle_noise, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/speckle_noise_2
Deskripsi konfigurasi : jenis kerusakan = speckle_noise, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/speckle_noise_3
Deskripsi konfigurasi : jenis kerusakan = speckle_noise, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/speckle_noise_4
Deskripsi konfigurasi : jenis kerusakan = speckle_noise, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted/speckle_noise_5
Deskripsi konfigurasi : jenis kerusakan = speckle_noise, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):