GitHub
https://github.com/ageitgey/face_recognition/blob/master/README_Simplified_Chinese.md
dlib安装
https://gist.github.com/ageitgey/629d75c1baac34dfa5ca2a1928a7aeaf
1 | git clone https://github.com/davisking/dlib.git |
face_recognition安装
1 | pip3 install face_recognition |
1 | export CC=/usr/local/bin/gcc |