1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add support for face recognition with dlib (#7421)

* Add support for face recognition with dlib

* fix lint

* fix lint p2

* update library

* dlib can not build

* fix lint

* Fix int p1

* Update dlib_face_detect.py

* Update dlib_face_detect.py

* Update dlib_face_detect.py
This commit is contained in:
Pascal Vizeli
2017-05-04 16:03:50 +02:00
committed by GitHub
parent e3bb45c906
commit 7e539a3cb2
6 changed files with 174 additions and 3 deletions

View File

@@ -23,7 +23,8 @@ COMMENT_REQUIREMENTS = (
'pycups',
'python-eq3bt',
'avion',
'decora'
'decora',
'face_recognition'
)
IGNORE_PACKAGES = (