I do not know how OpenFace is used directly in Windows, but please make any necessary changes to the repository if you start working on this. I expect there will be several compatibility issues with Linux-only features.
A workaround is the pre-built OpenFace Docker container on Windows with the Docker machine. This is partly from the OpenFace installation guide . First run Linux Docker on Windows . Then remove the OpenFace dock container from here :
docker pull bamos/openface docker run -p 9000:9000 -p 8000:8000 -t -i bamos/openface /bin/bash cd /root/openface ./demos/compare.py images/examples/{lennon*,clapton*} ./demos/classifier.py infer models/openface/celeb-classifier.nn4.small2.v1.pkl ./images/examples/carell.jpg ./demos/web/start-servers.sh
source share