Open KrugarMiner opened 5 years ago
Sorry for the super late response. I forgot to import the function. I just fixed the bug. Sorry for any inconvenience.
Hi, I am trying to compile the c++ code for the data_preparation, but I got a error said
/usr/bin/x86_64-linux-gnu-ld: cannot find -lOpenMeshCore
/usr/bin/x86_64-linux-gnu-ld: cannot find -lOpenMeshTools
collect2: error: ld returned 1 exit status
CMakeFiles/Renderer.dir/build.make:103: recipe for target 'Renderer' failed
make[2]: *** [Renderer] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/Renderer.dir/all' failed
make[1]: *** [CMakeFiles/Renderer.dir/all] Error 2
Makefile:83: recipe for target ''all' failed
Is there any solution for this? Thanks in advance!
Hi, I am trying to compile the c++ code for the data_preparation, but I got a error said
/usr/bin/x86_64-linux-gnu-ld: cannot find -lOpenMeshCore /usr/bin/x86_64-linux-gnu-ld: cannot find -lOpenMeshTools collect2: error: ld returned 1 exit status CMakeFiles/Renderer.dir/build.make:103: recipe for target 'Renderer' failed make[2]: *** [Renderer] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/Renderer.dir/all' failed make[1]: *** [CMakeFiles/Renderer.dir/all] Error 2 Makefile:83: recipe for target ''all' failed
Is there any solution for this? Thanks in advance!
Have you solved this problem? I meet the problem same as you!
I know what the problem is ? You should download the openmesh package and install it ! The package link is below:https://www.graphics.rwth-aachen.de/software/openmesh/download/ @yangengt123
Hi! I'm having some troubles running the code parse.py in the folder data_preparation. In the function readMesh, you do "plane=fitPlane(XYZ)" but fitPlane is not defined. How can i solve this problem? Thanks in advance!