From b98a4ec3901fe8a0470a1ba922e98540d9d8c62b Mon Sep 17 00:00:00 2001 From: Alex Parinov Date: Thu, 12 Jul 2018 18:31:58 +0400 Subject: [PATCH] Add Albumentations, an image augmentation library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a181ed0..909f9d0 100644 --- a/README.md +++ b/README.md @@ -419,6 +419,7 @@ Please feel free to [pull requests](https://github.com/kjw0612/awesome-deep-visi * MatConvNet: CNNs for MATLAB [[Web](http://www.vlfeat.org/matconvnet/)] * MXNet: A flexible and efficient deep learning library for heterogeneous distributed systems with multi-language support [[Web](http://mxnet.io/)] * Deepgaze: A computer vision library for human-computer interaction based on CNNs [[Web](https://github.com/mpatacchiola/deepgaze)] +* Albumentations: А fast and framework agnostic image augmentation library [[Web](https://github.com/albu/albumentations)] ### Applications * Adversarial Training