imagenet2012_손상됨

Imagenet2012Corrupted는 ImageNet 데이터 세트의 이미지에 일반적인 손상을 추가하여 생성된 데이터 세트입니다. 원본 문서에는 15 + 4개의 서로 다른 손상이 있으며 각각 5단계의 심각도가 있습니다. 또한 4가지 추가 손상 가우시안 블러, 새츄레이트, 스패터 및 스페클 노이즈를 구현합니다. 무작위성은 재생성이 결정적이도록 고정됩니다.

  • 홈페이지 : https://openreview.net/forum?id=HJz6tiCqYm

  • 소스 코드 : tfds.datasets.imagenet2012_corrupted.Builder

  • 버전 :

    • 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),
})
  • 기능 문서 :
특징 수업 모양 D타입 설명
풍모Dict
파일 이름 텍스트
영상 영상 (224, 224, 3) uint8
상표 클래스 레이블 int64
@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 ):

심상

imagenet2012_corrupted/gaussian_noise_2

  • 구성 설명 : 손상 유형 = gaussian_noise, 심각도 = 2

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/gaussian_noise_3

  • 구성 설명 : 손상 유형 = gaussian_noise, 심각도 = 3

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/gaussian_noise_4

  • 구성 설명 : 손상 유형 = gaussian_noise, 심각도 = 4

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/gaussian_noise_5

  • 구성 설명 : 손상 유형 = gaussian_noise, 심각도 = 5

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/shot_noise_1

  • 구성 설명 : 손상 유형 = shot_noise, 심각도 = 1

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/shot_noise_2

  • 구성 설명 : 손상 유형 = shot_noise, 심각도 = 2

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/shot_noise_3

  • 구성 설명 : 손상 유형 = shot_noise, 심각도 = 3

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/shot_noise_4

  • 구성 설명 : 손상 유형 = shot_noise, 심각도 = 4

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/shot_noise_5

  • 구성 설명 : 손상 유형 = shot_noise, 심각도 = 5

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/impulse_noise_1

  • 구성 설명 : 손상 유형 = impulse_noise, 심각도 = 1

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/impulse_noise_2

  • 구성 설명 : 손상 유형 = impulse_noise, 심각도 = 2

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/impulse_noise_3

  • 구성 설명 : 손상 유형 = impulse_noise, 심각도 = 3

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/impulse_noise_4

  • 구성 설명 : 손상 유형 = impulse_noise, 심각도 = 4

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/impulse_noise_5

  • 구성 설명 : 손상 유형 = impulse_noise, 심각도 = 5

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/defocus_blur_1

  • 구성 설명 : 손상 유형 = defocus_blur, 심각도 = 1

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/defocus_blur_2

  • 구성 설명 : 손상 유형 = defocus_blur, 심각도 = 2

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/defocus_blur_3

  • 구성 설명 : 손상 유형 = defocus_blur, 심각도 = 3

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/defocus_blur_4

  • 구성 설명 : 손상 유형 = defocus_blur, 심각도 = 4

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/defocus_blur_5

  • 구성 설명 : 손상 유형 = defocus_blur, 심각도 = 5

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/glass_blur_1

  • 구성 설명 : 손상 유형 = glass_blur, 심각도 = 1

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/glass_blur_2

  • 구성 설명 : 손상 유형 = glass_blur, 심각도 = 2

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/glass_blur_3

  • 구성 설명 : 손상 유형 = glass_blur, 심각도 = 3

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/glass_blur_4

  • 구성 설명 : 손상 유형 = glass_blur, 심각도 = 4

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/glass_blur_5

  • 구성 설명 : 손상 유형 = glass_blur, 심각도 = 5

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/motion_blur_1

  • 구성 설명 : 손상 유형 = motion_blur, 심각도 = 1

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/motion_blur_2

  • 구성 설명 : 손상 유형 = motion_blur, 심각도 = 2

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/motion_blur_3

  • 구성 설명 : 손상 유형 = motion_blur, 심각도 = 3

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/motion_blur_4

  • 구성 설명 : 손상 유형 = motion_blur, 심각도 = 4

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/motion_blur_5

  • 구성 설명 : 손상 유형 = motion_blur, 심각도 = 5

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/zoom_blur_1

심상

imagenet2012_corrupted/zoom_blur_2

심상

imagenet2012_corrupted/zoom_blur_3

심상

imagenet2012_corrupted/zoom_blur_4

심상

imagenet2012_corrupted/zoom_blur_5

심상

imagenet2012_corrupted/snow_1

심상

imagenet2012_corrupted/snow_2

심상

imagenet2012_corrupted/snow_3

심상

imagenet2012_corrupted/snow_4

심상

imagenet2012_corrupted/snow_5

심상

imagenet2012_corrupted/frost_1

심상

imagenet2012_corrupted/frost_2

심상

imagenet2012_corrupted/frost_3

심상

imagenet2012_corrupted/frost_4

심상

imagenet2012_corrupted/frost_5

심상

imagenet2012_corrupted/fog_1

심상

imagenet2012_corrupted/fog_2

심상

imagenet2012_corrupted/fog_3

심상

imagenet2012_corrupted/fog_4

심상

imagenet2012_corrupted/fog_5

심상

imagenet2012_corrupted/brightness_1

심상

imagenet2012_corrupted/brightness_2

심상

imagenet2012_corrupted/brightness_3

심상

imagenet2012_corrupted/brightness_4

심상

imagenet2012_corrupted/brightness_5

심상

imagenet2012_corrupted/contrast_1

심상

imagenet2012_corrupted/contrast_2

심상

imagenet2012_corrupted/contrast_3

심상

imagenet2012_corrupted/contrast_4

심상

imagenet2012_corrupted/contrast_5

심상

imagenet2012_corrupted/elastic_transform_1

  • 구성 설명 : 손상 유형 = elastic_transform, 심각도 = 1

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/elastic_transform_2

  • 구성 설명 : 손상 유형 = elastic_transform, 심각도 = 2

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/elastic_transform_3

  • 구성 설명 : 손상 유형 = elastic_transform, 심각도 = 3

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/elastic_transform_4

  • 구성 설명 : 손상 유형 = elastic_transform, 심각도 = 4

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/elastic_transform_5

  • 구성 설명 : 손상 유형 = elastic_transform, 심각도 = 5

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/pixelate_1

심상

imagenet2012_corrupted/pixelate_2

심상

imagenet2012_corrupted/pixelate_3

심상

imagenet2012_corrupted/pixelate_4

심상

imagenet2012_corrupted/pixelate_5

심상

imagenet2012_corrupted/jpeg_compression_1

  • 구성 설명 : 손상 유형 = jpeg_compression, 심각도 = 1

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/jpeg_compression_2

  • 구성 설명 : 손상 유형 = jpeg_compression, 심각도 = 2

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/jpeg_compression_3

  • 구성 설명 : 손상 유형 = jpeg_compression, 심각도 = 3

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/jpeg_compression_4

  • 구성 설명 : 손상 유형 = jpeg_compression, 심각도 = 4

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/jpeg_compression_5

  • 구성 설명 : 손상 유형 = jpeg_compression, 심각도 = 5

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/gaussian_blur_1

  • 구성 설명 : 손상 유형 = gaussian_blur, 심각도 = 1

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/gaussian_blur_2

  • 구성 설명 : 손상 유형 = gaussian_blur, 심각도 = 2

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/gaussian_blur_3

  • 구성 설명 : 손상 유형 = gaussian_blur, 심각도 = 3

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/gaussian_blur_4

  • 구성 설명 : 손상 유형 = gaussian_blur, 심각도 = 4

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/gaussian_blur_5

  • 구성 설명 : 손상 유형 = gaussian_blur, 심각도 = 5

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/saturate_1

심상

imagenet2012_corrupted/saturate_2

심상

imagenet2012_corrupted/saturate_3

심상

imagenet2012_corrupted/saturate_4

심상

imagenet2012_corrupted/saturate_5

심상

imagenet2012_corrupted/spatter_1

심상

imagenet2012_corrupted/spatter_2

심상

imagenet2012_corrupted/spatter_3

심상

imagenet2012_corrupted/spatter_4

심상

imagenet2012_corrupted/spatter_5

심상

imagenet2012_corrupted/speckle_noise_1

  • 구성 설명 : 손상 유형 = speckle_noise, 심각도 = 1

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/speckle_noise_2

  • 구성 설명 : 손상 유형 = speckle_noise, 심각도 = 2

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/speckle_noise_3

  • 구성 설명 : 손상 유형 = speckle_noise, 심각도 = 3

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/speckle_noise_4

  • 구성 설명 : 손상 유형 = speckle_noise, 심각도 = 4

  • 그림 ( tfds.show_examples ):

심상

imagenet2012_corrupted/speckle_noise_5

  • 구성 설명 : 손상 유형 = speckle_noise, 심각도 = 5

  • 그림 ( tfds.show_examples ):

심상