From 686582bd078e8b70ff74360a99e838f5088eb91c Mon Sep 17 00:00:00 2001 From: Robert Geirhos <23079422+rgeirhos@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:42:15 -0400 Subject: [PATCH] Update README.md credit/changelog --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f933831..62f7c90 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,4 @@ If you use our code or the imagecorruptions package, please consider citing: ``` ## Credit and Changelog -This package is an extension of the image corruption functions provided by Dan Hendrycks in the repository [corruptions](https://github.com/hendrycks/robustness). The image corruptions implemented by Hendrycks are generalized to work on images with arbitrary image dimensions and aspect ratios aswell as on grayscale images. We furthermore removed the dependency to `libmagickwand` and the python api `Wand` and reimplemented the `motion_blur` in python. +This package is an extension of the image corruption functions provided by Dan Hendrycks in the repository [corruptions](https://github.com/hendrycks/robustness); please consider citing it. The image corruptions implemented by Hendrycks are generalized to work on images with arbitrary image dimensions and aspect ratios aswell as on grayscale images. We furthermore removed the dependency to `libmagickwand` and the python api `Wand` and reimplemented `motion_blur` in python.