- คำอธิบาย :
Imagenet2012Corrupted เป็นชุดข้อมูลที่สร้างขึ้นโดยการเพิ่มความเสียหายทั่วไปให้กับรูปภาพในชุดข้อมูล ImageNet ในรายงานต้นฉบับ มีการทุจริตที่แตกต่างกัน 15 + 4 รายการ และแต่ละระดับมีความรุนแรง 5 ระดับ นอกจากนี้เรายังใช้การคอร์รัปชั่นพิเศษอีก 4 แบบ ได้แก่ การเบลอแบบเกาส์เซียน การอิ่มตัว การโปรยลงมา และเสียงรบกวนแบบจุด การสุ่มได้รับการแก้ไขเพื่อให้การฟื้นฟูถูกกำหนดไว้
ซอร์สโค้ด :
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 | |
ฉลาก | ClassLabel | int64 |
คีย์ภายใต้การดูแล (ดู
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_เสียหาย/แรงกระตุ้น_noise_2
คำอธิบายการกำหนดค่า : ประเภทความเสียหาย = impulse_noise, ความรุนแรง = 2
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
imagenet2012_เสียหาย/แรงกระตุ้น_noise_3
คำอธิบายการกำหนดค่า : ประเภทความเสียหาย = impulse_noise, ความรุนแรง = 3
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
imagenet2012_เสียหาย/แรงกระตุ้น_noise_4
คำอธิบายการกำหนดค่า : ประเภทความเสียหาย = impulse_noise, ความรุนแรง = 4
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
imagenet2012_เสียหาย/แรงกระตุ้น_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_เสียหาย/snow_1
คำอธิบายการกำหนดค่า : ประเภทความเสียหาย = หิมะ ความรุนแรง = 1
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
imagenet2012_เสียหาย/snow_2
คำอธิบายการกำหนดค่า : ประเภทความเสียหาย = หิมะ ความรุนแรง = 2
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
imagenet2012_เสียหาย/snow_3
คำอธิบายการกำหนดค่า : ประเภทความเสียหาย = หิมะ ความรุนแรง = 3
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
imagenet2012_เสียหาย/snow_4
คำอธิบายการกำหนดค่า : ประเภทความเสียหาย = หิมะ ความรุนแรง = 4
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
imagenet2012_เสียหาย/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_เสียหาย/สว่าง_1
คำอธิบายการกำหนดค่า : ประเภทความเสียหาย = ความสว่าง, ความรุนแรง = 1
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
imagenet2012_เสียหาย/สว่าง_2
คำอธิบายการกำหนดค่า : ประเภทความเสียหาย = ความสว่าง, ความรุนแรง = 2
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
imagenet2012_เสียหาย/สว่าง_3
คำอธิบายการกำหนดค่า : ประเภทความเสียหาย = ความสว่าง, ความรุนแรง = 3
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
imagenet2012_เสียหาย/สว่าง_4
คำอธิบายการกำหนดค่า : ประเภทความเสียหาย = ความสว่าง, ความรุนแรง = 4
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
imagenet2012_เสียหาย/สว่าง_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_เสียหาย/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
คำอธิบายการกำหนดค่า : ประเภทความเสียหาย = pixelate, ความรุนแรง = 1
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_2
คำอธิบายการกำหนดค่า : ประเภทความเสียหาย = pixelate, ความรุนแรง = 2
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_3
คำอธิบายการกำหนดค่า : ประเภทความเสียหาย = pixelate, ความรุนแรง = 3
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_4
คำอธิบายการกำหนดค่า : ประเภทความเสียหาย = pixelate, ความรุนแรง = 4
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_5
คำอธิบายการกำหนดค่า : ประเภทความเสียหาย = pixelate, ความรุนแรง = 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_เสียหาย/อิ่มตัว_1
คำอธิบายการกำหนดค่า : ประเภทความเสียหาย = อิ่มตัว, ความรุนแรง = 1
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
imagenet2012_เสียหาย/อิ่มตัว_2
คำอธิบายการกำหนดค่า : ประเภทความเสียหาย = อิ่มตัว, ความรุนแรง = 2
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
imagenet2012_เสียหาย/อิ่มตัว_3
คำอธิบายการกำหนดค่า : ประเภทความเสียหาย = อิ่มตัว, ความรุนแรง = 3
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
imagenet2012_เสียหาย/อิ่มตัว_4
คำอธิบายการกำหนดค่า : ประเภทความเสียหาย = อิ่มตัว, ความรุนแรง = 4
รูป ( tfds.show_examples ):
- ตัวอย่าง ( tfds.as_dataframe ):
imagenet2012_เสียหาย/อิ่มตัว_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 ):