Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link caffe as an external libraray in the makefile of the project c++ #4

Open
omzoughi opened this issue Sep 7, 2017 · 1 comment

Comments

@omzoughi
Copy link

omzoughi commented Sep 7, 2017

Hello,

I am a beginner in Caffe, and i am interested to your code, I want to try it but I need to know how do you link the caffe in your project caf_face_detection?
Or you have integrated the code in the caffe directly, if it is the case, do you add it to the makefile of caffe, how do you use it later?

Thanks a lot in advance for your response

@LouieYang
Copy link
Owner

I kind of linked libcaffe.a/libcaffe.so, some boost, protobuf and some other caffe dependencies(which I could remember all) on Xcode on Mac. I think you could find the libcaffe.a/libcaffe.so under the /path/caffe/build/lib/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants