Skip to main content

A modernized library for image corruptions based on ImageNet-C

Project description

corrupt_tta

corrupt_tta is a modernized Python library for applying image corruptions, based on the original ImageNet-C benchmark. It has been rewritten to use modern APIs (OpenCV, Scikit-Image, NumPy) and removes outdated dependencies like Wand (ImageMagick).

Installation

pip install corrupt_tta

Usage

import numpy as np
from PIL import Image
from corrupt_tta import corrupt

# Load an image
img = np.array(Image.open("example.jpg"))

# Apply a corruption (e.g., Gaussian Noise with severity 3)
corrupted_img = corrupt(img, severity=3, corruption_name="gaussian_noise")

# Save or display the result
Image.fromarray(corrupted_img.astype(np.uint8)).save("corrupted.jpg")

Available Corruptions

  • Noise: gaussian_noise, shot_noise, impulse_noise, speckle_noise
  • Blur: gaussian_blur, glass_blur, defocus_blur, motion_blur, zoom_blur
  • Weather: fog, frost, snow
  • Digital: contrast, brightness, saturate, jpeg_compression, pixelate, elastic_transform

Citation

If you find this useful in your research, please consider citing:

@article{hendrycks2019robustness,
  title={Benchmarking Neural Network Robustness to Common Corruptions and Perturbations},
  author={Dan Hendrycks and Thomas Dietterich},
  journal={Proceedings of the International Conference on Learning Representations},
  year={2019}
}

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

corrupt_tta-0.1.1.tar.gz (2.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

corrupt_tta-0.1.1-py3-none-any.whl (2.1 MB view details)

Uploaded Python 3

File details

Details for the file corrupt_tta-0.1.1.tar.gz.

File metadata

  • Download URL: corrupt_tta-0.1.1.tar.gz
  • Upload date:
  • Size: 2.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.0rc1

File hashes

Hashes for corrupt_tta-0.1.1.tar.gz
Algorithm Hash digest
SHA256 834a6f73930a2935b68ce092cedbe490ca68198c12f0f34795c7ceb9678d3e6a
MD5 43e1a35480cafc8b7f049a647356d8c7
BLAKE2b-256 34f7f9d504baddf75020f759d2ad862ef62c214b13fe3737edc3f2bd93ca83d9

See more details on using hashes here.

File details

Details for the file corrupt_tta-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: corrupt_tta-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.0rc1

File hashes

Hashes for corrupt_tta-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 20cf658082bc086bf7652c7d5708de1813ca05f2192b1a7f1ae93ccf61c45190
MD5 bf077b4a19d3d79a62f889e3e73b8bf9
BLAKE2b-256 673b82bc3f14d846ae3763891cb40825a8c3ba8cd7179a0932e06585b4425ef3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page