Merge pull request #515 from creafz/albumentations

Add albumentations, an image augmentation library
This commit is contained in:
Joseph Misiti 2018-07-18 09:57:35 -04:00 committed by GitHub
commit 7dd59c20e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -853,6 +853,7 @@ be
* [face_recognition](https://github.com/ageitgey/face_recognition) - Face recognition library that recognize and manipulate faces from Python or from the command line.
* [dockerface](https://github.com/natanielruiz/dockerface) - Easy to install and use deep learning Faster R-CNN face detection for images and video in a docker container.
* [Detectron](https://github.com/facebookresearch/Detectron) - FAIR's software system that implements state-of-the-art object detection algorithms, including Mask R-CNN. It is written in Python and powered by the Caffe2 deep learning framework.
* [albumentations](https://github.com/albu/albumentations) - А fast and framework agnostic image augmentation library that implements a diverse set of augmentation techniques. Supports classification, segmentation, detection out of the box. Was used to win a number of Deep Learning competitions at Kaggle, Topcoder and those that were a part of the CVPR workshops.
<a name="python-nlp"></a>
#### Natural Language Processing