Using face_detection and facenet for recognizing human identities with the OpenVINO library on an Intel CPU.
Install docker before installing the docker container.
-
Add docker to sudo group
sudo groupadd docker sudo usermod -aG docker $USER sudo chmod 777 /var/run/docker.sock
sudo chmod 777 ./docker
sudo ./docker/build.sh -m
sudo ./docker/run.sh
{
"det_model":"models/face_detection/version-RFB-320.xml",
"landmark_model":"models/facenet/facenet_keras.xml",
"source":"data/feature/Tom_Hiddleston.jpg",
"init_folder_path":"data/original/",
"loop":true,
"device":"CPU",
"threshold":0.5
}
python3 init_features.py -c config/config.json
python3 facial_recognition.py -c config/config.json
- Ultra-Light-Fast-Generic-Face-Detector-1MB
- Keras-facenet
- Facenet
- OpenVINO: