fdp0525 / G2LTex

Code for CVPR 2018 paper --- Texture Mapping for 3D Reconstruction with RGB-D Sensor
146 stars 30 forks source link

compile the code #6

Closed hjwdzh closed 4 years ago

hjwdzh commented 4 years ago

Is it possible for you provide the additional makefile or cmake configuration for compilation?

yanqingan commented 4 years ago

There is no need to compile the project. It has already been compiled.

hjwdzh commented 4 years ago

Yes. I just figured it out. Thanks for the quick response!

I think it may be a good idea to also provide libcholmod/opencv dependencies, otherwise users need to carefully set the dependencies in the right way.

yanqingan commented 4 years ago

Thank you for the suggestion. We will work on it. It is sure that the additionally required 2.x opencv dependency is inconvenient. I usually use the temporary command “export LD_LIBRARY_PATH” to link a different local opencv version.