ml4a / ml4a-ofx

A collection of openFrameworks apps for working with machine learning
http://ml4a.github.io
1.22k stars 279 forks source link

windows project files #3

Open schwittlick opened 7 years ago

schwittlick commented 7 years ago

hey, there, it all compiles fine, just one minor change in this repository: https://github.com/ml4a/ml4a-ofx/commit/d30cb39734a451409f6808bde92356ecc9b35e0a

i've compiled dlib that is a dependency of ofxFaceTracker2 and sent a pull request that pushes some changes and the library that i am linking against in the project files here. https://github.com/HalfdanJ/ofxFaceTracker2/pull/13

here's some binaries of the ones that don't use ccv: binary_collection.zip

when running this, make sure to have these installed: Visual C++ Redistributable for Visual Studio 2015: https://www.microsoft.com/en-us/download/details.aspx?id=48145 Visual C++ Redistributable Packages for Visual Studio 2013 https://www.microsoft.com/en-us/download/details.aspx?id=40784 Microsoft Visual C++ 2010 Redistributable Package (x64) https://www.microsoft.com/en-us/download/details.aspx?id=14632

i can't tell you if one needs all of them, you're on the save side installing all three though.