- Sự miêu tả :
Imagenet2012Corrupted là tập dữ liệu được tạo bằng cách thêm các lỗi phổ biến vào hình ảnh trong tập dữ liệu ImageNet. Trong bài báo gốc, có 15 + 4 lỗi khác nhau và mỗi lỗi có 5 mức độ nghiêm trọng. Chúng tôi cũng triển khai thêm 4 lỗi gaussian làm mờ, bão hòa, bắn tung tóe và nhiễu lốm đốm. Tính ngẫu nhiên được cố định sao cho việc tái sinh mang tính quyết định.
Trang chủ : https://openreview.net/forum?id=HJz6tiCqYm
Mã nguồn :
tfds.datasets.imagenet2012_corrupted.Builder
Phiên bản :
-
0.0.1
: Tập dữ liệu ban đầu -
3.1.0
(mặc định): Triển khai các lỗi bị thiếu. Sửa lỗi thứ tự cắt/thay đổi kích thước, mã hóa tập tin -
5.0.0
: Không có ghi chú phát hành.
-
Kích thước tải xuống :
1.98 MiB
Kích thước tập dữ liệu :
Unknown size
Hướng dẫn tải xuống thủ công : Tập dữ liệu này yêu cầu bạn tải xuống dữ liệu nguồn theo cách thủ công vào
download_config.manual_dir
(mặc định là~/tensorflow_datasets/downloads/manual/
):
manual_dir phải chứa hai tệp: ILSVRC2012_img_train.tar và ILSVRC2012_img_val.tar. Bạn cần đăng ký trên https://image-net.org/download-images để nhận liên kết tải xuống tập dữ liệu.Tự động lưu vào bộ nhớ đệm ( tài liệu ): Không xác định
Chia tách :
Tách ra | Ví dụ |
---|---|
'validation' | 50.000 |
- Cấu trúc tính năng :
FeaturesDict({
'file_name': Text(shape=(), dtype=string),
'image': Image(shape=(224, 224, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),
})
- Tài liệu tính năng :
Tính năng | Lớp học | Hình dạng | loại D | Sự miêu tả |
---|---|---|---|---|
Tính năngDict | ||||
tên_tệp | Chữ | sợi dây | ||
hình ảnh | Hình ảnh | (224, 224, 3) | uint8 | |
nhãn | Nhãn lớp | int64 |
Khóa được giám sát (Xem
as_supervised
doc ):('image', 'label')
Trích dẫn :
@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 (cấu hình mặc định)
Mô tả cấu hình : loại lỗi = gaussian_noise, mức độ nghiêm trọng = 1
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_noise_2
Mô tả cấu hình : loại lỗi = gaussian_noise, mức độ nghiêm trọng = 2
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_noise_3
Mô tả cấu hình : loại lỗi = gaussian_noise, mức độ nghiêm trọng = 3
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_noise_4
Mô tả cấu hình : loại lỗi = gaussian_noise, mức độ nghiêm trọng = 4
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_noise_5
Mô tả cấu hình : loại lỗi = gaussian_noise, mức độ nghiêm trọng = 5
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/shot_noise_1
Mô tả cấu hình : loại lỗi = shot_noise, mức độ nghiêm trọng = 1
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/shot_noise_2
Mô tả cấu hình : loại lỗi = shot_noise, mức độ nghiêm trọng = 2
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/shot_noise_3
Mô tả cấu hình : loại lỗi = shot_noise, mức độ nghiêm trọng = 3
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/shot_noise_4
Mô tả cấu hình : loại lỗi = shot_noise, mức độ nghiêm trọng = 4
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/shot_noise_5
Mô tả cấu hình : loại lỗi = shot_noise, mức độ nghiêm trọng = 5
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/impulse_noise_1
Mô tả cấu hình : loại lỗi = xung_noise, mức độ nghiêm trọng = 1
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/impulse_noise_2
Mô tả cấu hình : loại lỗi = xung_noise, mức độ nghiêm trọng = 2
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/impulse_noise_3
Mô tả cấu hình : loại lỗi = xung_noise, mức độ nghiêm trọng = 3
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/impulse_noise_4
Mô tả cấu hình : loại lỗi = xung_noise, mức độ nghiêm trọng = 4
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/impulse_noise_5
Mô tả cấu hình : loại lỗi = xung_noise, mức độ nghiêm trọng = 5
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/defocus_blur_1
Mô tả cấu hình : loại lỗi = defocus_blur, mức độ nghiêm trọng = 1
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/defocus_blur_2
Mô tả cấu hình : loại lỗi = defocus_blur, mức độ nghiêm trọng = 2
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/defocus_blur_3
Mô tả cấu hình : loại lỗi = defocus_blur, mức độ nghiêm trọng = 3
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/defocus_blur_4
Mô tả cấu hình : loại lỗi = defocus_blur, mức độ nghiêm trọng = 4
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/defocus_blur_5
Mô tả cấu hình : loại lỗi = defocus_blur, mức độ nghiêm trọng = 5
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/glass_blur_1
Mô tả cấu hình : loại lỗi = glass_blur, mức độ nghiêm trọng = 1
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/glass_blur_2
Mô tả cấu hình : loại lỗi = glass_blur, mức độ nghiêm trọng = 2
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/glass_blur_3
Mô tả cấu hình : loại lỗi = glass_blur, mức độ nghiêm trọng = 3
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/glass_blur_4
Mô tả cấu hình : loại lỗi = glass_blur, mức độ nghiêm trọng = 4
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/glass_blur_5
Mô tả cấu hình : loại lỗi = glass_blur, mức độ nghiêm trọng = 5
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/motion_blur_1
Mô tả cấu hình : loại lỗi = motion_blur, mức độ nghiêm trọng = 1
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/motion_blur_2
Mô tả cấu hình : loại lỗi = motion_blur, mức độ nghiêm trọng = 2
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/motion_blur_3
Mô tả cấu hình : loại lỗi = motion_blur, mức độ nghiêm trọng = 3
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/motion_blur_4
Mô tả cấu hình : loại lỗi = motion_blur, mức độ nghiêm trọng = 4
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/motion_blur_5
Mô tả cấu hình : loại lỗi = motion_blur, mức độ nghiêm trọng = 5
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/zoom_blur_1
Mô tả cấu hình : loại lỗi = zoom_blur, mức độ nghiêm trọng = 1
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/zoom_blur_2
Mô tả cấu hình : loại lỗi = zoom_blur, mức độ nghiêm trọng = 2
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/zoom_blur_3
Mô tả cấu hình : loại lỗi = zoom_blur, mức độ nghiêm trọng = 3
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/zoom_blur_4
Mô tả cấu hình : loại lỗi = zoom_blur, mức độ nghiêm trọng = 4
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/zoom_blur_5
Mô tả cấu hình : loại lỗi = zoom_blur, mức độ nghiêm trọng = 5
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/snow_1
Mô tả cấu hình : loại tham nhũng = tuyết, mức độ nghiêm trọng = 1
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/snow_2
Mô tả cấu hình : loại tham nhũng = tuyết, mức độ nghiêm trọng = 2
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/snow_3
Mô tả cấu hình : loại tham nhũng = tuyết, mức độ nghiêm trọng = 3
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/snow_4
Mô tả cấu hình : loại tham nhũng = tuyết, mức độ nghiêm trọng = 4
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/snow_5
Mô tả cấu hình : loại tham nhũng = tuyết, mức độ nghiêm trọng = 5
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/sương_1
Mô tả cấu hình : loại tham nhũng = sương giá, mức độ nghiêm trọng = 1
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/sương_2
Mô tả cấu hình : loại tham nhũng = sương giá, mức độ nghiêm trọng = 2
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/sương_3
Mô tả cấu hình : loại tham nhũng = sương giá, mức độ nghiêm trọng = 3
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/sương_4
Mô tả cấu hình : loại tham nhũng = sương giá, mức độ nghiêm trọng = 4
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/sương_5
Mô tả cấu hình : loại tham nhũng = sương giá, mức độ nghiêm trọng = 5
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/sương_1
Mô tả cấu hình : loại tham nhũng = sương mù, mức độ nghiêm trọng = 1
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/sương_2
Mô tả cấu hình : loại tham nhũng = sương mù, mức độ nghiêm trọng = 2
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/sương_3
Mô tả cấu hình : loại tham nhũng = sương mù, mức độ nghiêm trọng = 3
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/fog_4
Mô tả cấu hình : loại tham nhũng = sương mù, mức độ nghiêm trọng = 4
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/fog_5
Mô tả cấu hình : loại tham nhũng = sương mù, mức độ nghiêm trọng = 5
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/độ sáng_1
Mô tả cấu hình : loại lỗi = độ sáng, mức độ nghiêm trọng = 1
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/độ sáng_2
Mô tả cấu hình : loại lỗi = độ sáng, mức độ nghiêm trọng = 2
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/độ sáng_3
Mô tả cấu hình : loại lỗi = độ sáng, mức độ nghiêm trọng = 3
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/độ sáng_4
Mô tả cấu hình : loại lỗi = độ sáng, mức độ nghiêm trọng = 4
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/độ sáng_5
Mô tả cấu hình : loại lỗi = độ sáng, mức độ nghiêm trọng = 5
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/contrast_1
Mô tả cấu hình : loại lỗi = độ tương phản, mức độ nghiêm trọng = 1
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/contrast_2
Mô tả cấu hình : loại lỗi = độ tương phản, mức độ nghiêm trọng = 2
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/contrast_3
Mô tả cấu hình : loại lỗi = độ tương phản, mức độ nghiêm trọng = 3
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/contrast_4
Mô tả cấu hình : loại lỗi = độ tương phản, mức độ nghiêm trọng = 4
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/contrast_5
Mô tả cấu hình : loại lỗi = độ tương phản, mức độ nghiêm trọng = 5
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/elastic_transform_1
Mô tả cấu hình : loại lỗi = elastic_transform, mức độ nghiêm trọng = 1
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/elastic_transform_2
Mô tả cấu hình : loại lỗi = elastic_transform, mức độ nghiêm trọng = 2
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/elastic_transform_3
Mô tả cấu hình : loại lỗi = elastic_transform, mức độ nghiêm trọng = 3
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/elastic_transform_4
Mô tả cấu hình : loại lỗi = elastic_transform, mức độ nghiêm trọng = 4
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/elastic_transform_5
Mô tả cấu hình : loại lỗi = elastic_transform, mức độ nghiêm trọng = 5
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_1
Mô tả cấu hình : loại lỗi = pixelate, mức độ nghiêm trọng = 1
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_2
Mô tả cấu hình : loại lỗi = pixelate, mức độ nghiêm trọng = 2
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_3
Mô tả cấu hình : loại lỗi = pixelate, mức độ nghiêm trọng = 3
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_4
Mô tả cấu hình : loại lỗi = pixelate, mức độ nghiêm trọng = 4
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/pixelate_5
Mô tả cấu hình : loại lỗi = pixelate, mức độ nghiêm trọng = 5
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/jpeg_compression_1
Mô tả cấu hình : loại lỗi = jpeg_compression, mức độ nghiêm trọng = 1
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/jpeg_compression_2
Mô tả cấu hình : loại lỗi = jpeg_compression, mức độ nghiêm trọng = 2
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/jpeg_compression_3
Mô tả cấu hình : loại lỗi = jpeg_compression, mức độ nghiêm trọng = 3
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/jpeg_compression_4
Mô tả cấu hình : loại lỗi = jpeg_compression, mức độ nghiêm trọng = 4
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/jpeg_compression_5
Mô tả cấu hình : loại lỗi = jpeg_compression, mức độ nghiêm trọng = 5
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_blur_1
Mô tả cấu hình : loại lỗi = gaussian_blur, mức độ nghiêm trọng = 1
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_blur_2
Mô tả cấu hình : loại lỗi = gaussian_blur, mức độ nghiêm trọng = 2
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_blur_3
Mô tả cấu hình : loại lỗi = gaussian_blur, mức độ nghiêm trọng = 3
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_blur_4
Mô tả cấu hình : loại lỗi = gaussian_blur, mức độ nghiêm trọng = 4
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/gaussian_blur_5
Mô tả cấu hình : loại lỗi = gaussian_blur, mức độ nghiêm trọng = 5
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/bão hòa_1
Mô tả cấu hình : loại tham nhũng = bão hòa, mức độ nghiêm trọng = 1
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/bão hòa_2
Mô tả cấu hình : loại tham nhũng = bão hòa, mức độ nghiêm trọng = 2
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/bão hòa_3
Mô tả cấu hình : loại tham nhũng = bão hòa, mức độ nghiêm trọng = 3
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/bão hòa_4
Mô tả cấu hình : loại tham nhũng = bão hòa, mức độ nghiêm trọng = 4
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/bão hòa_5
Mô tả cấu hình : loại tham nhũng = bão hòa, mức độ nghiêm trọng = 5
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/spatter_1
Mô tả cấu hình : loại lỗi = spam, mức độ nghiêm trọng = 1
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/spatter_2
Mô tả cấu hình : loại lỗi = văng tung tóe, mức độ nghiêm trọng = 2
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/spatter_3
Mô tả cấu hình : loại lỗi = văng tung tóe, mức độ nghiêm trọng = 3
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/spatter_4
Mô tả cấu hình : loại lỗi = văng tung tóe, mức độ nghiêm trọng = 4
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/spatter_5
Mô tả cấu hình : loại lỗi = văng tung tóe, mức độ nghiêm trọng = 5
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/speckle_noise_1
Mô tả cấu hình : loại lỗi = speckle_noise, mức độ nghiêm trọng = 1
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/speckle_noise_2
Mô tả cấu hình : loại lỗi = speckle_noise, mức độ nghiêm trọng = 2
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/speckle_noise_3
Mô tả cấu hình : loại lỗi = speckle_noise, mức độ nghiêm trọng = 3
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/speckle_noise_4
Mô tả cấu hình : loại lỗi = speckle_noise, mức độ nghiêm trọng = 4
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):
imagenet2012_corrupted/speckle_noise_5
Mô tả cấu hình : loại lỗi = speckle_noise, mức độ nghiêm trọng = 5
Hình ( tfds.show_examples ):
- Ví dụ ( tfds.as_dataframe ):