LAB
LAB copied to clipboard
How to compile in windows?
Hello, author。 How to compile in windows? Thank you very much.
Hi @JunGenius , did you manage to compile this code in windows? Any tips greatly appreciated!
@antithing Sorry, I did not compile successfully。
hi, you need to try to compile caffe on windows first, you have to make some adaptions on the caffe code -> change some parts that are not windows specific, if that works, just create a new project -> link the compiled caffe and the source of this repo and you are good to go :)
- Try to compile this caffe: https://github.com/BVLC/caffe/tree/windows
- Then change the source/include files for the ones on this repository
- Then compile again
- Now link LAB source files (image read, face detection, face alignment)