sai-bi / FaceAlignment

Face Alignment by Explicit Shape Regression
MIT License
339 stars 205 forks source link

is there a compiled EXE? #4

Open dingcius opened 9 years ago

dingcius commented 9 years ago

Thanks for your code. But I am wondering whether there is EXE files that we can directly use. Many thanks!

sai-bi commented 9 years ago

Sorry. There is no compiled executable file available here. You can compile the files by yourself, which should be quite easy.

dingcius commented 9 years ago

So I guess to compile the executable files, I need to do the following operations. Am I right? cmake . make TrainDemo.out make TestDemo.out

Also, is it possible to call the compiled exe files in Matlab?