Skip to content

Commit

Permalink
added corruption figure
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelisc committed Jul 12, 2019
1 parent 568283e commit 8f8f469
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# imagecorruptions
This package provides a set of corruptions that can be applied to images in order to benchmark the robustness of neural networks. These corruptions are not meant to be used as training data augmentation but rather to test the networks against unseen perturbations. For more information have a look at the paper on the original corruption package by Hendrycks and Dietterich: [Benchmarking Neural Network Robustness to Common Corruptions and Surface Variations](https://arxiv.org/abs/1807.01697)

![image corruptions](./assets/corruptions_sev_3.png)

## Installation and Usage
This package is pip installable via `pip3 install imagecorruptions`. An example of how to use the corruption function is given below:
```python
Expand Down

0 comments on commit 8f8f469

Please sign in to comment.