dioververa / OpenFaceCPP

Face recognition with deep neural networks c++
11 stars 5 forks source link

cmakelist file #3

Open kelvinquan opened 6 years ago

kelvinquan commented 6 years ago

Hi,

I would like to run this on Window. Just wondering if you have a cmakelist file to compile and build?

Thanks

Kelvin

dioververa commented 6 years ago

good day, I have not yet built it, but with the instructions I have put in the readme one could build one for windows, downloading the libraries that I use for windows such as Dlib, Torch and OpenCV. Dlib can be built for windows, it has a makefile, Torch and OpenCV have versions for windows, and you could download visual cmake for windows and configure the dependencies and build it. another option would be to build it on a docker container.