anhttran / extreme_3d_faces

Extreme 3D Face Reconstruction: Looking Past Occlusions
Other
785 stars 184 forks source link

cannot cd to ../bin ./TestBump not found #16

Closed 2bestnick closed 5 years ago

2bestnick commented 5 years ago

image

thanks for anyone's help

apoorva-sriv commented 5 years ago

Did you compile this (Extreme 3D) program, as given in the instructions?

  • Make build directory (temporary). Make & install to bin folder
    mkdir build
    cd build
    cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=../bin ..
    make
    make install

    This code should generate TestBump in bin folder

anhttran commented 5 years ago

Thank you for your interest on my work. I will provide Docker file to build this code in few days. Hope it will solve all compilation issues.

anhttran commented 5 years ago

I have converted my code to Docker for an easier compilation.