Users can control the home appliance through different hand gestures by this program. Detailed project contents and installation tutorials are in the doc folder
dlib, Cmake, boost, NumPy, sklearn
The installation of face_recognition require dlib, Cmake and boost. You can install it by using the package which in face_recognition folder.
Install cmake-3.16.4-win64-x64.msi
Unzip dlib-19.19.zip to any path you want.
- Use power shell switch the environment where you want to install like ‘conda activate xxx (your environment name)’. Then use the cd command to enter the path you just unzipped.
python setup.py install
Unzip boost_1_72_0.zip to any path you want
- Double click bootstrap.bat
- Switch environment and path
b2 install
b2 -a --with-python address-model=64 toolset=msvc runtime-link=static
pip install face_recognition
Unzip 3rdparty and model to project root path
https://drive.google.com/file/d/1ma8e1EdU89hKlzfItkMzA88n3_eEFTRe/view?usp=sharing
---face_recognition package
https://drive.google.com/file/d/1vfRpQ3feUDNvEzO1CtgvnvSKcgmyvphy/view?usp=sharing
---3rdparty and models