You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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/
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
The text was updated successfully, but these errors were encountered: