- 설명 :
Imagenet2012Corrupted는 ImageNet 데이터세트의 이미지에 일반적인 손상을 추가하여 생성된 데이터세트입니다. 원본 논문에는 15 + 4개의 서로 다른 손상이 있으며 각 손상의 심각도는 5단계입니다. 또한 가우시안 블러, 포화, 스패터, 스펙클 노이즈 등 4가지 추가 손상을 구현합니다. 무작위성이 고정되어 재생성이 결정적입니다.
버전 :
-
0.0.1
: 초기 데이터 세트 -
3.1.0
(기본값): 누락된 손상을 구현합니다. 자르기/크기 조정 순서 수정, 파일 인코딩 -
5.0.0
: 릴리스 노트가 없습니다.
-
다운로드 크기 :
1.98 MiB
데이터 세트 크기 :
Unknown size
수동 다운로드 지침 : 이 데이터세트에서는 소스 데이터를
download_config.manual_dir
에 수동으로 다운로드해야 합니다(기본값은~/tensorflow_datasets/downloads/manual/
).
manual_dir에는 ILSVRC2012_img_train.tar 및 ILSVRC2012_img_val.tar라는 두 개의 파일이 포함되어야 합니다. 데이터 세트를 다운로드할 수 있는 링크를 얻으려면 https://image-net.org/download-images 에 등록해야 합니다.자동 캐시 ( 문서 ): 알 수 없음
분할 :
나뉘다 | 예 |
---|---|
'validation' | 50,000 |
- 기능 구조 :
FeaturesDict({
'file_name': Text(shape=(), dtype=string),
'image': Image(shape=(224, 224, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),
})
- 기능 문서 :
특징 | 수업 | 모양 | Dtype | 설명 |
---|---|---|---|---|
특징Dict | ||||
파일 이름 | 텍스트 | 끈 | ||
영상 | 영상 | (224, 224, 3) | uint8 | |
상표 | 클래스 라벨 | 정수64 |
감독되는 키 (
as_supervised
doc 참조):('image', 'label')
인용 :
@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 (기본 구성)
구성 설명 : 손상 유형 = gaussian_noise, 심각도 = 1
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_noise_2
구성 설명 : 손상 유형 = gaussian_noise, 심각도 = 2
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_noise_3
구성 설명 : 손상 유형 = gaussian_noise, 심각도 = 3
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_noise_4
구성 설명 : 손상 유형 = gaussian_noise, 심각도 = 4
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_noise_5
구성 설명 : 손상 유형 = gaussian_noise, 심각도 = 5
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/shot_noise_1
구성 설명 : 손상 유형 = Shot_noise, 심각도 = 1
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/shot_noise_2
구성 설명 : 손상 유형 = Shot_noise, 심각도 = 2
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/shot_noise_3
구성 설명 : 손상 유형 = Shot_noise, 심각도 = 3
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/shot_noise_4
구성 설명 : 손상 유형 = Shot_noise, 심각도 = 4
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/shot_noise_5
구성 설명 : 손상 유형 = Shot_noise, 심각도 = 5
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/impulse_noise_1
구성 설명 : 손상 유형 = Impulse_noise, 심각도 = 1
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/impulse_noise_2
구성 설명 : 손상 유형 = Impulse_noise, 심각도 = 2
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/impulse_noise_3
구성 설명 : 손상 유형 = Impulse_noise, 심각도 = 3
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/impulse_noise_4
구성 설명 : 손상 유형 = Impulse_noise, 심각도 = 4
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/impulse_noise_5
구성 설명 : 손상 유형 = Impulse_noise, 심각도 = 5
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/defocus_blur_1
구성 설명 : 손상 유형 = defocus_blur, 심각도 = 1
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/defocus_blur_2
구성 설명 : 손상 유형 = defocus_blur, 심각도 = 2
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/defocus_blur_3
구성 설명 : 손상 유형 = defocus_blur, 심각도 = 3
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/defocus_blur_4
구성 설명 : 손상 유형 = defocus_blur, 심각도 = 4
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/defocus_blur_5
구성 설명 : 손상 유형 = defocus_blur, 심각도 = 5
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/glass_blur_1
구성 설명 : 손상 유형 = glass_blur, 심각도 = 1
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/glass_blur_2
구성 설명 : 손상 유형 = glass_blur, 심각도 = 2
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/glass_blur_3
구성 설명 : 손상 유형 = glass_blur, 심각도 = 3
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/glass_blur_4
구성 설명 : 손상 유형 = glass_blur, 심각도 = 4
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/glass_blur_5
구성 설명 : 손상 유형 = glass_blur, 심각도 = 5
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/motion_blur_1
구성 설명 : 손상 유형 = Motion_blur, 심각도 = 1
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/motion_blur_2
구성 설명 : 손상 유형 = Motion_blur, 심각도 = 2
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/motion_blur_3
구성 설명 : 손상 유형 = Motion_blur, 심각도 = 3
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/motion_blur_4
구성 설명 : 손상 유형 = Motion_blur, 심각도 = 4
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/motion_blur_5
구성 설명 : 손상 유형 = Motion_blur, 심각도 = 5
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/zoom_blur_1
구성 설명 : 손상 유형 = Zoom_blur, 심각도 = 1
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/zoom_blur_2
구성 설명 : 손상 유형 = Zoom_blur, 심각도 = 2
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/zoom_blur_3
구성 설명 : 손상 유형 = Zoom_blur, 심각도 = 3
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/zoom_blur_4
구성 설명 : 손상 유형 = Zoom_blur, 심각도 = 4
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/zoom_blur_5
구성 설명 : 손상 유형 = Zoom_blur, 심각도 = 5
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/snow_1
구성 설명 : 손상 유형 = 눈, 심각도 = 1
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/snow_2
구성 설명 : 손상 유형 = 눈, 심각도 = 2
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/snow_3
구성 설명 : 손상 유형 = 눈, 심각도 = 3
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/snow_4
구성 설명 : 손상 유형 = 눈, 심각도 = 4
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/snow_5
구성 설명 : 손상 유형 = 눈, 심각도 = 5
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/frost_1
구성 설명 : 손상 유형 = 서리, 심각도 = 1
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/frost_2
구성 설명 : 손상 유형 = 서리, 심각도 = 2
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/frost_3
구성 설명 : 손상 유형 = 서리, 심각도 = 3
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/frost_4
구성 설명 : 손상 유형 = 서리, 심각도 = 4
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/frost_5
구성 설명 : 손상 유형 = 서리, 심각도 = 5
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/fog_1
구성 설명 : 손상 유형 = 안개, 심각도 = 1
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/fog_2
구성 설명 : 손상 유형 = 안개, 심각도 = 2
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/fog_3
구성 설명 : 손상 유형 = 안개, 심각도 = 3
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/fog_4
구성 설명 : 손상 유형 = 안개, 심각도 = 4
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/fog_5
구성 설명 : 손상 유형 = 안개, 심각도 = 5
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/brightness_1
구성 설명 : 손상 유형 = 밝기, 심각도 = 1
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/brightness_2
구성 설명 : 손상 유형 = 밝기, 심각도 = 2
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/brightness_3
구성 설명 : 손상 유형 = 밝기, 심각도 = 3
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/brightness_4
구성 설명 : 손상 유형 = 밝기, 심각도 = 4
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/brightness_5
구성 설명 : 손상 유형 = 밝기, 심각도 = 5
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/contrast_1
구성 설명 : 손상 유형 = 대비, 심각도 = 1
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/contrast_2
구성 설명 : 손상 유형 = 대비, 심각도 = 2
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/contrast_3
구성 설명 : 손상 유형 = 대비, 심각도 = 3
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/contrast_4
구성 설명 : 손상 유형 = 대비, 심각도 = 4
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/contrast_5
구성 설명 : 손상 유형 = 대비, 심각도 = 5
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/elastic_transform_1
구성 설명 : 손상 유형 = elastic_transform, 심각도 = 1
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/elastic_transform_2
구성 설명 : 손상 유형 = elastic_transform, 심각도 = 2
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/elastic_transform_3
구성 설명 : 손상 유형 = elastic_transform, 심각도 = 3
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/elastic_transform_4
구성 설명 : 손상 유형 = elastic_transform, 심각도 = 4
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/elastic_transform_5
구성 설명 : 손상 유형 = elastic_transform, 심각도 = 5
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_1
구성 설명 : 손상 유형 = 픽셀화, 심각도 = 1
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_2
구성 설명 : 손상 유형 = 픽셀화, 심각도 = 2
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_3
구성 설명 : 손상 유형 = 픽셀화, 심각도 = 3
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_4
구성 설명 : 손상 유형 = 픽셀화, 심각도 = 4
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_5
구성 설명 : 손상 유형 = 픽셀화, 심각도 = 5
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/jpeg_compression_1
구성 설명 : 손상 유형 = jpeg_compression, 심각도 = 1
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/jpeg_compression_2
구성 설명 : 손상 유형 = jpeg_compression, 심각도 = 2
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/jpeg_compression_3
구성 설명 : 손상 유형 = jpeg_compression, 심각도 = 3
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/jpeg_compression_4
구성 설명 : 손상 유형 = jpeg_compression, 심각도 = 4
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/jpeg_compression_5
구성 설명 : 손상 유형 = jpeg_compression, 심각도 = 5
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_blur_1
구성 설명 : 손상 유형 = gaussian_blur, 심각도 = 1
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_blur_2
구성 설명 : 손상 유형 = gaussian_blur, 심각도 = 2
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_blur_3
구성 설명 : 손상 유형 = gaussian_blur, 심각도 = 3
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_blur_4
구성 설명 : 손상 유형 = gaussian_blur, 심각도 = 4
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_blur_5
구성 설명 : 손상 유형 = gaussian_blur, 심각도 = 5
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/saturate_1
구성 설명 : 손상 유형 = 포화, 심각도 = 1
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/saturate_2
구성 설명 : 손상 유형 = 포화, 심각도 = 2
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/saturate_3
구성 설명 : 손상 유형 = 포화, 심각도 = 3
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/saturate_4
구성 설명 : 손상 유형 = 포화, 심각도 = 4
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/saturate_5
구성 설명 : 손상 유형 = 포화, 심각도 = 5
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/spatter_1
구성 설명 : 손상 유형 = 스패터, 심각도 = 1
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/spatter_2
구성 설명 : 손상 유형 = 스패터, 심각도 = 2
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/spatter_3
구성 설명 : 손상 유형 = 스패터, 심각도 = 3
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/spatter_4
구성 설명 : 손상 유형 = 스패터, 심각도 = 4
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/spatter_5
구성 설명 : 손상 유형 = 스패터, 심각도 = 5
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/speckle_noise_1
구성 설명 : 손상 유형 = speckle_noise, 심각도 = 1
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/speckle_noise_2
구성 설명 : 손상 유형 = speckle_noise, 심각도 = 2
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/speckle_noise_3
구성 설명 : 손상 유형 = speckle_noise, 심각도 = 3
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/speckle_noise_4
구성 설명 : 손상 유형 = speckle_noise, 심각도 = 4
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):
imagenet2012_corrupted/speckle_noise_5
구성 설명 : 손상 유형 = speckle_noise, 심각도 = 5
그림 ( tfds.show_examples ):
- 예 ( tfds.as_dataframe ):