FaceRecognition 使用

Libra / 2024-02-04 / 原文

FaceRecognition 使用

 

参考:

  https://blog.csdn.net/LuohenYJ/article/details/116069422

  https://blog.csdn.net/LuohenYJ/article/details/123144785

 

## install python3

## install dlib
sudo apt-get install libx11-dev sudo apt-get install libboost-all-dev sudo apt-get install cmake python3 -m pip install dlib

## install face_recognition
sudo pip install face_recgnition

测试: