Merge pull request #472 from hslatman/patch-3

Add Detectron
This commit is contained in:
Joseph Misiti 2018-02-07 14:14:39 -05:00 committed by GitHub
commit 8e1d44dd19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -834,6 +834,7 @@ be
* [PCV](https://github.com/jesolem/PCV) - Open source Python module for computer vision. * [PCV](https://github.com/jesolem/PCV) - Open source Python module for computer vision.
* [face_recognition](https://github.com/ageitgey/face_recognition) - Face recognition library that recognize and manipulate faces from Python or from the command line. * [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. * [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.
<a name="python-nlp"></a> <a name="python-nlp"></a>
#### Natural Language Processing #### Natural Language Processing