wywu / LAB

[CVPR 2018] Look at Boundary: A Boundary-Aware Face Alignment Algorithm
https://wywu.github.io/projects/LAB/LAB.html
Other
1.01k stars 273 forks source link

How to compile in windows? #46

Open JunGenius opened 4 years ago

JunGenius commented 4 years ago

Hello, author。 How to compile in windows? Thank you very much.

antithing commented 4 years ago

Hi @JunGenius , did you manage to compile this code in windows? Any tips greatly appreciated!

JunGenius commented 4 years ago

@antithing Sorry, I did not compile successfully。

richipower commented 3 years ago

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 :)

richipower commented 3 years ago