-
Notifications
You must be signed in to change notification settings - Fork 254
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
The install.sh may exist errors #49
Comments
The install.sh given by https://github.com/anhttran/3dmm_cnn/wiki/Installation-Script is only for the first testBatchModel.py. I suggested that the library requirements (Dlib Python and C++ library,
This code should generate
Refered to #32 , it's the result of opencv3. So I changed the codes mentioned in CMakeLists.txt line 11 to line 19
Since I install Dlib according to http://dlib.net/compile.html, I compiled the Dlib to shared objects again. -After complied the Dlib, there isn't libdlib.so file in the dlib installed path, but in /usr/lib exist the libdlib.so.
and add following lines before line 24
Add
Then run
According to similar error, I managed to compile and install by removing OPTIONS -std=c++11 such as |
I also had many problems with make & install. Could you please share the generated TestVisualization so that I can use it to run teatMofel_PoseExpr.py .Thanks a lot. |
I followed the install tutorial, but the caffe can't be installed on my ubuntu. Could you please check the install script of caffe and lib for c++, and give more details about it.
The text was updated successfully, but these errors were encountered: