I just tried to compile the project on Windows VS2015, but of course there are several issues:
- is caffe available on windows anyway? :)
- tinyxml is not available
- The constant M_LN10 is not defined (easy to hack:
#define M_LN10 2.30258509299404568402 /* log_e 10 */
I just tried to compile the project on Windows VS2015, but of course there are several issues: