- Deskripsi :
Imagenet2012Corrupted adalah kumpulan data yang dihasilkan dengan menambahkan kerusakan umum pada gambar di kumpulan data ImageNet. Di kertas asli, ada 15 + 4 kerusakan berbeda, dan masing-masing memiliki 5 tingkat keparahan. Kami juga menerapkan 4 kerusakan ekstra gaussian blur, saturate, spatter, dan speckle noise. Keacakan diperbaiki sehingga regenerasi bersifat deterministik.
Situs web : https://openreview.net/forum?id=HJz6tiCqYm
Kode sumber :
tfds.image_classification.Imagenet2012Corrupted
Versi :
-
0.0.1
: Dataset awal 3.1.0
(default): Menerapkan kerusakan yang hilang. Perbaiki pemangkasan / ubah ukuran pemesanan, pengodean file5.0.0
: Tidak ada catatan rilis.
-
Ukuran unduhan :
1.98 MiB
Ukuran kumpulan data :
Unknown size
Petunjuk pengunduhan manual : Dataset ini mengharuskan Anda untuk mengunduh data sumber secara manual ke dalam
download_config.manual_dir
(defaultnya~/tensorflow_datasets/downloads/manual/
):
manual_dir harus berisi dua file: ILSVRC2012_img_train.tar dan ILSVRC2012_img_val.tar. Anda harus mendaftar di http://www.image-net.org/download-images untuk mendapatkan link untuk mendownload dataset.Cache otomatis ( dokumentasi ): Tidak diketahui
Split :
Membagi | Contoh |
---|---|
'validation' | 50.000 |
- Fitur :
FeaturesDict({
'file_name': Text(shape=(), dtype=tf.string),
'image': Image(shape=(224, 224, 3), dtype=tf.uint8),
'label': ClassLabel(shape=(), dtype=tf.int64, num_classes=1000),
})
Kunci yang diawasi (Lihat
as_supervised
doc ):('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 korupsi = gaussian_noise, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / gaussian_noise_2
Deskripsi konfigurasi : jenis korupsi = gaussian_noise, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / gaussian_noise_3
Deskripsi konfigurasi : jenis korupsi = gaussian_noise, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / gaussian_noise_4
Deskripsi konfigurasi : jenis korupsi = gaussian_noise, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / gaussian_noise_5
Deskripsi konfigurasi : jenis korupsi = gaussian_noise, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / shot_noise_1
Deskripsi konfigurasi : korupsi type = shot_noise, severity = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / shot_noise_2
Deskripsi konfigurasi : korupsi type = shot_noise, severity = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / shot_noise_3
Deskripsi konfigurasi : korupsi type = shot_noise, severity = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / shot_noise_4
Deskripsi konfigurasi : korupsi type = shot_noise, severity = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / shot_noise_5
Deskripsi konfigurasi : korupsi type = shot_noise, severity = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / impulse_noise_1
Deskripsi konfigurasi : tipe korupsi = impulse_noise, severity = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / impulse_noise_2
Deskripsi konfigurasi : tipe korupsi = impulse_noise, severity = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / impulse_noise_3
Deskripsi konfigurasi : tipe korupsi = impulse_noise, severity = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / impulse_noise_4
Deskripsi konfigurasi : tipe korupsi = impulse_noise, severity = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / impulse_noise_5
Deskripsi konfigurasi : tipe korupsi = impulse_noise, severity = 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 korupsi = glass_blur, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / glass_blur_2
Deskripsi konfigurasi : jenis korupsi = glass_blur, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / glass_blur_3
Deskripsi konfigurasi : jenis korupsi = glass_blur, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / glass_blur_4
Deskripsi konfigurasi : jenis korupsi = glass_blur, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / glass_blur_5
Deskripsi konfigurasi : jenis korupsi = 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 korupsi = salju, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / snow_2
Deskripsi konfigurasi : tipe korupsi = salju, keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / snow_3
Deskripsi konfigurasi : jenis korupsi = salju, keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / snow_4
Deskripsi konfigurasi : jenis korupsi = salju, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / snow_5
Deskripsi konfigurasi : jenis korupsi = salju, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / frost_1
Deskripsi konfigurasi : jenis korupsi = embun beku, keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / frost_2
Deskripsi konfigurasi : jenis korupsi = embun beku, keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / frost_3
Deskripsi konfigurasi : jenis korupsi = embun beku, keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / frost_4
Deskripsi konfigurasi : jenis korupsi = embun beku, keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / frost_5
Deskripsi konfigurasi : jenis korupsi = embun beku, keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / fog_1
Deskripsi konfigurasi : jenis korupsi = kabut, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / fog_2
Deskripsi konfigurasi : jenis korupsi = kabut, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / fog_3
Deskripsi konfigurasi : jenis korupsi = kabut, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / fog_4
Deskripsi konfigurasi : jenis korupsi = kabut, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / fog_5
Deskripsi konfigurasi : jenis korupsi = kabut, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / brightness_1
Deskripsi konfigurasi : tipe korupsi = kecerahan, keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / brightness_2
Deskripsi konfigurasi : tipe korupsi = kecerahan, keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / brightness_3
Deskripsi konfigurasi : jenis kerusakan = kecerahan, keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / brightness_4
Deskripsi konfigurasi : tipe korupsi = kecerahan, keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / brightness_5
Deskripsi konfigurasi : tipe korupsi = kecerahan, keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / contrast_1
Deskripsi konfigurasi : tipe korupsi = kontras, keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / contrast_2
Deskripsi konfigurasi : jenis korupsi = kontras, keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / contrast_3
Deskripsi konfigurasi : jenis korupsi = kontras, keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / contrast_4
Deskripsi konfigurasi : jenis korupsi = kontras, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / contrast_5
Deskripsi konfigurasi : jenis korupsi = kontras, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / elastic_transform_1
Deskripsi konfigurasi : jenis korupsi = elastic_transform, severity = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / elastic_transform_2
Deskripsi konfigurasi : jenis korupsi = elastic_transform, severity = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / elastic_transform_3
Deskripsi konfigurasi : jenis korupsi = elastic_transform, severity = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / elastic_transform_4
Deskripsi konfigurasi : jenis korupsi = elastic_transform, severity = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / elastic_transform_5
Deskripsi konfigurasi : jenis korupsi = elastic_transform, severity = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / pixelate_1
Deskripsi konfigurasi : jenis kerusakan = pixelate, keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / pixelate_2
Deskripsi konfigurasi : jenis kerusakan = pixelate, keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / pixelate_3
Deskripsi konfigurasi : jenis kerusakan = pixelate, keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / pixelate_4
Deskripsi konfigurasi : jenis kerusakan = pixelate, keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / pixelate_5
Deskripsi konfigurasi : jenis kerusakan = pixelate, keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / jpeg_compression_1
Deskripsi konfigurasi : jenis korupsi = jpeg_compression, severity = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / jpeg_compression_2
Deskripsi konfigurasi : jenis korupsi = jpeg_compression, severity = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / jpeg_compression_3
Deskripsi konfigurasi : jenis korupsi = jpeg_compression, severity = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / jpeg_compression_4
Deskripsi konfigurasi : jenis korupsi = jpeg_compression, severity = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / jpeg_compression_5
Deskripsi konfigurasi : jenis korupsi = jpeg_compression, severity = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / gaussian_blur_1
Deskripsi konfigurasi : jenis korupsi = gaussian_blur, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / gaussian_blur_2
Deskripsi konfigurasi : jenis korupsi = gaussian_blur, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / gaussian_blur_3
Deskripsi konfigurasi : jenis korupsi = gaussian_blur, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / gaussian_blur_4
Deskripsi konfigurasi : jenis korupsi = gaussian_blur, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / gaussian_blur_5
Deskripsi konfigurasi : jenis korupsi = gaussian_blur, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / saturate_1
Deskripsi konfigurasi : jenis korupsi = jenuh, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / saturate_2
Deskripsi konfigurasi : jenis korupsi = jenuh, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / saturate_3
Deskripsi konfigurasi : jenis korupsi = 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 korupsi = percikan, keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / spatter_2
Deskripsi konfigurasi : jenis korupsi = percikan, keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / spatter_3
Deskripsi konfigurasi : jenis korupsi = percikan, keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / spatter_4
Deskripsi konfigurasi : jenis korupsi = percikan, keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / spatter_5
Deskripsi konfigurasi : jenis korupsi = percikan, keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / speckle_noise_1
Deskripsi konfigurasi : jenis korupsi = speckle_noise, tingkat keparahan = 1
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / speckle_noise_2
Deskripsi konfigurasi : jenis korupsi = speckle_noise, tingkat keparahan = 2
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / speckle_noise_3
Deskripsi konfigurasi : jenis korupsi = speckle_noise, tingkat keparahan = 3
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / speckle_noise_4
Deskripsi konfigurasi : jenis korupsi = speckle_noise, tingkat keparahan = 4
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):
imagenet2012_corrupted / speckle_noise_5
Deskripsi konfigurasi : jenis korupsi = speckle_noise, tingkat keparahan = 5
Gambar ( tfds.show_examples ):
- Contoh ( tfds.as_dataframe ):