- Tanım :
Imagenet2012Corrupted, ImageNet veri kümesindeki görüntülere yaygın bozulmaların eklenmesiyle oluşturulan bir veri kümesidir. Orijinal makalede 15 + 4 farklı yolsuzluk var ve her birinin 5 ciddiyet seviyesi var. Ayrıca gauss bulanıklığı, doygunluk, sıçrama ve benek gürültüsü gibi 4 ekstra bozulmayı da uyguluyoruz. Yenilenmenin deterministik olması için rastgelelik sabittir.
Ana sayfa : https://openreview.net/forum?id=HJz6tiCqYm
Kaynak kodu :
tfds.datasets.imagenet2012_corrupted.Builder
Sürümler :
-
0.0.1
: Başlangıç veri kümesi -
3.1.0
(varsayılan): Eksik bozulmaları uygulayın. Kırpma/yeniden boyutlandırma sıralamasını ve dosya kodlamasını düzeltin -
5.0.0
: Sürüm notu yok.
-
İndirme boyutu :
1.98 MiB
Veri kümesi boyutu :
Unknown size
Manuel indirme talimatları : Bu veri kümesi, kaynak verilerini manuel olarak
download_config.manual_dir
içine indirmenizi gerektirir (varsayılan olarak~/tensorflow_datasets/downloads/manual/
şeklindedir):
manual_dir iki dosya içermelidir: ILSVRC2012_img_train.tar ve ILSVRC2012_img_val.tar. Veri kümesini indirme bağlantısını almak için https://image-net.org/download-images adresine kaydolmanız gerekir.Otomatik önbelleğe alınmış ( belgeler ): Bilinmiyor
Bölünmeler :
Bölmek | Örnekler |
---|---|
'validation' | 50.000 |
- Özellik yapısı :
FeaturesDict({
'file_name': Text(shape=(), dtype=string),
'image': Image(shape=(224, 224, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),
})
- Özellik belgeleri :
Özellik | Sınıf | Şekil | Dtipi | Tanım |
---|---|---|---|---|
ÖzelliklerDict | ||||
dosya adı | Metin | sicim | ||
resim | Resim | (224, 224, 3) | uint8 | |
etiket | SınıfEtiketi | int64 |
Denetlenen anahtarlar (
as_supervised
belgesine bakın):('image', 'label')
Alıntı :
@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 (varsayılan yapılandırma)
Yapılandırma açıklaması : bozulma türü = gaussian_noise, önem derecesi = 1
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_noise_2
Yapılandırma açıklaması : bozulma türü = gaussian_noise, şiddet = 2
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_noise_3
Yapılandırma açıklaması : bozulma türü = gaussian_noise, önem derecesi = 3
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_noise_4
Yapılandırma açıklaması : bozulma türü = gaussian_noise, şiddet = 4
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_noise_5
Yapılandırma açıklaması : bozulma türü = gaussian_noise, önem derecesi = 5
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/shot_noise_1
Yapılandırma açıklaması : bozulma türü = shot_noise, önem derecesi = 1
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/shot_noise_2
Yapılandırma açıklaması : bozulma türü = shot_noise, önem derecesi = 2
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/shot_noise_3
Yapılandırma açıklaması : bozulma türü = shot_noise, önem derecesi = 3
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/shot_noise_4
Yapılandırma açıklaması : bozulma türü = shot_noise, önem derecesi = 4
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/shot_noise_5
Yapılandırma açıklaması : bozulma türü = shot_noise, önem derecesi = 5
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/impulse_noise_1
Yapılandırma açıklaması : bozulma türü = dürtü_noise, şiddet = 1
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/impulse_noise_2
Yapılandırma açıklaması : bozulma türü = dürtü_noise, şiddet = 2
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/impulse_noise_3
Yapılandırma açıklaması : bozulma türü = dürtü_noise, şiddet = 3
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/impulse_noise_4
Yapılandırma açıklaması : bozulma türü = dürtü_noise, şiddet = 4
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/impulse_noise_5
Yapılandırma açıklaması : bozulma türü = dürtü_noise, şiddet = 5
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/defocus_blur_1
Yapılandırma açıklaması : bozulma türü = defocus_blur, önem derecesi = 1
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/defocus_blur_2
Yapılandırma açıklaması : bozulma türü = defocus_blur, önem derecesi = 2
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/defocus_blur_3
Yapılandırma açıklaması : bozulma türü = defocus_blur, önem derecesi = 3
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/defocus_blur_4
Yapılandırma açıklaması : bozulma türü = defocus_blur, önem derecesi = 4
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/defocus_blur_5
Yapılandırma açıklaması : bozulma türü = defocus_blur, önem derecesi = 5
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/glass_blur_1
Yapılandırma açıklaması : bozulma türü = glass_blur, önem derecesi = 1
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/glass_blur_2
Yapılandırma açıklaması : bozulma türü = glass_blur, önem derecesi = 2
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/glass_blur_3
Yapılandırma açıklaması : bozulma türü = glass_blur, önem derecesi = 3
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/glass_blur_4
Yapılandırma açıklaması : bozulma türü = glass_blur, önem derecesi = 4
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/glass_blur_5
Yapılandırma açıklaması : bozulma türü = glass_blur, önem derecesi = 5
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/motion_blur_1
Yapılandırma açıklaması : bozulma türü = motion_blur, önem derecesi = 1
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/motion_blur_2
Yapılandırma açıklaması : bozulma türü = motion_blur, önem derecesi = 2
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/motion_blur_3
Yapılandırma açıklaması : bozulma türü = motion_blur, önem derecesi = 3
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/motion_blur_4
Yapılandırma açıklaması : bozulma türü = motion_blur, önem derecesi = 4
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/motion_blur_5
Yapılandırma açıklaması : bozulma türü = motion_blur, önem derecesi = 5
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/zoom_blur_1
Yapılandırma açıklaması : bozulma türü = zoom_blur, önem derecesi = 1
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/zoom_blur_2
Yapılandırma açıklaması : bozulma türü = zoom_blur, önem derecesi = 2
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/zoom_blur_3
Yapılandırma açıklaması : bozulma türü = zoom_blur, önem derecesi = 3
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/zoom_blur_4
Yapılandırma açıklaması : bozulma türü = zoom_blur, önem derecesi = 4
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/zoom_blur_5
Yapılandırma açıklaması : bozulma türü = zoom_blur, önem derecesi = 5
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/snow_1
Yapılandırma açıklaması : bozulma türü = kar, şiddet = 1
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/snow_2
Yapılandırma açıklaması : bozulma türü = kar, şiddet = 2
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/snow_3
Yapılandırma açıklaması : bozulma türü = kar, şiddet = 3
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/snow_4
Yapılandırma açıklaması : bozulma türü = kar, şiddet = 4
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/snow_5
Yapılandırma açıklaması : bozulma türü = kar, şiddet = 5
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/frost_1
Yapılandırma açıklaması : bozulma türü = donma, şiddet = 1
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/frost_2
Yapılandırma açıklaması : bozulma türü = donma, şiddet = 2
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/frost_3
Yapılandırma açıklaması : bozulma türü = donma, şiddet = 3
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/frost_4
Yapılandırma açıklaması : bozulma türü = donma, şiddet = 4
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/frost_5
Yapılandırma açıklaması : bozulma türü = donma, şiddet = 5
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/fog_1
Yapılandırma açıklaması : bozulma türü = sis, şiddet = 1
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/fog_2
Yapılandırma açıklaması : bozulma türü = sis, şiddet = 2
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/fog_3
Yapılandırma açıklaması : bozulma türü = sis, şiddet = 3
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/fog_4
Yapılandırma açıklaması : bozulma türü = sis, şiddet = 4
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/fog_5
Yapılandırma açıklaması : bozulma türü = sis, şiddet = 5
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/parlaklık_1
Yapılandırma açıklaması : bozulma türü = parlaklık, önem derecesi = 1
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/parlaklık_2
Yapılandırma açıklaması : bozulma türü = parlaklık, önem derecesi = 2
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/parlaklık_3
Yapılandırma açıklaması : bozulma türü = parlaklık, önem derecesi = 3
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/brightness_4
Yapılandırma açıklaması : bozulma türü = parlaklık, önem derecesi = 4
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/brightness_5
Yapılandırma açıklaması : bozulma türü = parlaklık, önem derecesi = 5
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/contrast_1
Yapılandırma açıklaması : bozulma türü = kontrast, önem derecesi = 1
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/contrast_2
Yapılandırma açıklaması : bozulma türü = kontrast, önem derecesi = 2
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/contrast_3
Yapılandırma açıklaması : bozulma türü = kontrast, önem derecesi = 3
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/contrast_4
Yapılandırma açıklaması : bozulma türü = kontrast, önem derecesi = 4
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/contrast_5
Yapılandırma açıklaması : bozulma türü = kontrast, önem derecesi = 5
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/elastic_transform_1
Yapılandırma açıklaması : bozulma türü = elastic_transform, önem derecesi = 1
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/elastic_transform_2
Yapılandırma açıklaması : bozulma türü = elastic_transform, önem derecesi = 2
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/elastic_transform_3
Yapılandırma açıklaması : bozulma türü = elastic_transform, önem derecesi = 3
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/elastic_transform_4
Yapılandırma açıklaması : bozulma türü = elastic_transform, önem derecesi = 4
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/elastic_transform_5
Yapılandırma açıklaması : bozulma türü = elastic_transform, önem derecesi = 5
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_1
Yapılandırma açıklaması : bozulma türü = pikselli, önem derecesi = 1
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_2
Yapılandırma açıklaması : bozulma türü = pikselli, önem derecesi = 2
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_3
Yapılandırma açıklaması : bozulma türü = pikselli, önem derecesi = 3
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_4
Yapılandırma açıklaması : bozulma türü = pikselli, önem derecesi = 4
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_5
Yapılandırma açıklaması : bozulma türü = pikselli, önem derecesi = 5
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/jpeg_compression_1
Yapılandırma açıklaması : bozulma türü = jpeg_compression, önem derecesi = 1
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/jpeg_compression_2
Yapılandırma açıklaması : bozulma türü = jpeg_compression, önem derecesi = 2
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/jpeg_compression_3
Yapılandırma açıklaması : bozulma türü = jpeg_compression, önem derecesi = 3
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/jpeg_compression_4
Yapılandırma açıklaması : bozulma türü = jpeg_compression, önem derecesi = 4
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/jpeg_compression_5
Yapılandırma açıklaması : bozulma türü = jpeg_compression, önem derecesi = 5
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_blur_1
Yapılandırma açıklaması : bozulma türü = gaussian_blur, önem derecesi = 1
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_blur_2
Yapılandırma açıklaması : bozulma türü = gaussian_blur, önem derecesi = 2
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_blur_3
Yapılandırma açıklaması : bozulma türü = gaussian_blur, önem derecesi = 3
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_blur_4
Yapılandırma açıklaması : bozulma türü = gaussian_blur, önem derecesi = 4
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_blur_5
Yapılandırma açıklaması : bozulma türü = gaussian_blur, önem derecesi = 5
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/saturate_1
Yapılandırma açıklaması : bozulma türü = doygunluk, önem derecesi = 1
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/saturate_2
Yapılandırma açıklaması : bozulma türü = doygunluk, önem derecesi = 2
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/saturation_3
Yapılandırma açıklaması : bozulma türü = doygunluk, önem derecesi = 3
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/saturation_4
Yapılandırma açıklaması : bozulma türü = doygunluk, önem derecesi = 4
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/saturation_5
Yapılandırma açıklaması : bozulma türü = doygunluk, önem derecesi = 5
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/spatter_1
Yapılandırma açıklaması : bozulma türü = sıçrama, önem derecesi = 1
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/spatter_2
Yapılandırma açıklaması : bozulma türü = sıçrama, önem derecesi = 2
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/spatter_3
Yapılandırma açıklaması : bozulma türü = sıçrama, önem derecesi = 3
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/spatter_4
Yapılandırma açıklaması : bozulma türü = sıçrama, önem derecesi = 4
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/spatter_5
Yapılandırma açıklaması : bozulma türü = sıçrama, önem derecesi = 5
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/speckle_noise_1
Yapılandırma açıklaması : bozulma türü = speckle_noise, önem derecesi = 1
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/speckle_noise_2
Yapılandırma açıklaması : bozulma türü = speckle_noise, önem derecesi = 2
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/speckle_noise_3
Yapılandırma açıklaması : bozulma türü = speckle_noise, önem derecesi = 3
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/speckle_noise_4
Yapılandırma açıklaması : bozulma türü = speckle_noise, şiddet = 4
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):
imagenet2012_corrupted/speckle_noise_5
Yapılandırma açıklaması : bozulma türü = speckle_noise, önem derecesi = 5
Şekil ( tfds.show_examples ):
- Örnekler ( tfds.as_dataframe ):