美文网首页
Face Recognition

Face Recognition

作者: chenyang_ml | 来源:发表于2018-03-14 10:10 被阅读0次

These steps worked for me on OSX flawlessly

$ brew install cmake
$ brew install boost-python
$ brew install opencv
$ pip install face_recognition
Verify
$ python
Python 2.7.14 |Anaconda, Inc.| (default, Oct 5 2017, 02:28:52)
[GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

import dlib
import face_recognition
import cv2
exit ()

相关文章

网友评论

      本文标题:Face Recognition

      本文链接:https://www.haomeiwen.com/subject/nqnxqftx.html