2.4
- OS: Ubuntu
- OpenFace(ACADEMIC OR NON-PROFIT ORGANIZATION NONCOMMERCIAL RESEARCH USE ONLY)
Follow the commands below to install and set the environment variable of OpenFacegit clone https://github.com/TadasBaltrusaitis/OpenFace.git cd OpenFace bash ./download_models.sh sudo bash ./install.sh export PATH="`pwd`/build/bin:$PATH"
- Face Recognition
- To install Face Recognition, you need to install dlib first. To install dlib, please refer to the following page.
https://github.com/ageitgey/face_recognition/blob/master/Dockerfile#L6-L34 - Then install Face Recgnition as follows.
pip install face_recognition
- To install Face Recognition, you need to install dlib first. To install dlib, please refer to the following page.
coming soon
coming soon
coming soon