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:
@@ -23,7 +23,8 @@ COMMENT_REQUIREMENTS = (
|
||||
'pycups',
|
||||
'python-eq3bt',
|
||||
'avion',
|
||||
'decora'
|
||||
'decora',
|
||||
'face_recognition'
|
||||
)
|
||||
|
||||
IGNORE_PACKAGES = (
|
||||
|
||||
Reference in New Issue
Block a user