bakercp / ofxDlib

An openFrameworks wrapper for dlib. http://dlib.net/
MIT License
52 stars 15 forks source link

Add windows vs apothecary #31

Open hiroMTB opened 4 years ago

hiroMTB commented 4 years ago

Tested on

Thanks to this PR https://github.com/bakercp/ofxDlib/pull/30

-edit Only support 64bit!

bakercp commented 4 years ago

This is really great! Thanks! Let me know when it's ready to merge.

hiroMTB commented 4 years ago

I didn't add any MKL related includes/libs in addon_config.mk Instead, we need to turn on MKL feature from VS properties manager after PG generate/update like screeenshot below. I also tried manual include (and let this feature off) in order to avoid mouse clicking but no success so far.

properties_settings

hiroMTB commented 4 years ago

This is really great! Thanks! Let me know when it's ready to merge.

I will test no CUDA condition and write again here.

bakercp commented 4 years ago

Thanks for working on this! This is a huge help.

hiroMTB commented 4 years ago

@bakercp Sorry for late reply. Today I managed to test most of example under Cuda & MKL condition. Most of them work okay but some looks outdated or wrong file path etc. I think you can merge now.