Maximilian Bosch c26864122d
pythonPackages.face_recognition: init at 1.2.1
Adds the python package `face_recognition` and its dependency
`face_recognition_models`.

This package is a wrapper for `dlib` which is able to detect faces in a
given image. I checked the package with the following expression:

```
with import ./. { };

stdenv.mkDerivation {
  name = "facetest";
  src = null;
  buildInputs = with pythonPackages; [ face_recognition ];
}
```

The package works perfectly fine in a `nix-shell`:

```
$ nix-shell
[nix-shell:~]$ python
Python 2.7.14 (default, Sep 16 2017, 17:49:51)
[GCC 7.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import face_recognition
>>> img = face_recognition.load_image_file("/home/ma27/me.jpg")
>>> print(face_recognition.face_locations(img))
```
2018-03-21 23:22:45 +01:00
..
2018-03-19 11:40:57 +01:00
2018-03-10 12:57:55 +01:00
2018-03-10 13:17:00 +01:00
2018-03-12 20:51:15 +01:00
2018-02-27 00:22:09 +01:00
2018-03-01 17:22:43 -05:00
2018-02-26 18:42:48 +01:00
2018-02-27 09:44:00 +01:00
2018-03-03 11:58:16 +01:00
2018-02-26 18:44:47 +01:00
2018-03-03 11:58:26 +01:00
2018-02-26 18:44:52 +01:00
2018-03-01 20:54:05 +01:00
2018-02-26 18:44:57 +01:00
2018-03-10 20:38:13 +00:00
2018-02-26 18:42:48 +01:00
2018-02-26 18:45:02 +01:00
2018-03-14 20:29:10 +01:00
2018-02-26 19:03:26 +01:00
2018-02-23 01:38:04 -06:00
2018-02-26 19:03:26 +01:00
2018-03-05 18:06:29 +01:00
2018-03-17 19:19:32 +01:00
2018-03-19 11:40:16 +01:00
2018-02-25 22:24:08 +03:00
2018-03-08 23:45:28 +00:00
2018-03-10 17:13:38 +03:00
2018-02-26 18:42:48 +01:00
2018-03-03 19:33:41 +01:00
2018-03-03 11:58:46 +01:00
2018-02-21 04:14:08 -05:00
2018-02-26 19:03:28 +01:00
2018-02-26 18:42:48 +01:00
2018-03-18 12:37:39 +01:00
2018-02-26 18:15:49 +08:00
2018-03-08 12:14:40 +00:00
2018-02-26 19:03:28 +01:00
2018-02-26 18:42:48 +01:00
2018-02-26 18:42:48 +01:00
2018-02-28 09:06:06 +00:00
2018-03-17 09:17:48 -04:00
2018-03-10 12:00:12 +01:00
2018-02-26 19:03:28 +01:00
2018-02-21 14:11:48 +01:00
2018-03-02 16:12:08 +00:00
2018-03-03 11:58:50 +01:00
2018-02-26 18:42:48 +01:00
2018-02-26 19:03:28 +01:00
2018-02-21 20:41:37 +01:00
2018-03-14 20:29:10 +01:00
2018-02-23 14:56:25 +01:00
2018-02-26 18:42:49 +01:00
2018-03-03 12:00:45 +01:00
2018-03-03 12:00:45 +01:00
2018-03-17 15:21:59 +01:00
2018-02-26 19:03:29 +01:00
2018-03-14 20:29:10 +01:00
2018-03-03 12:00:45 +01:00
2018-02-27 23:04:17 +01:00
2018-02-25 22:24:09 +03:00
2018-02-27 16:35:57 +01:00
2018-02-26 18:42:49 +01:00