Francis Williams
Francis Williams
Okay I think I fixed the CI and merged these changes. I'll try and get #55 working on top of these changes!
Thanks for the pointer! I wrote this during a project in 2018 and didn't know this function was available. I'll update this in the next version of the library.
I'm not intimately familiar with the parameters to `pc_generator` so unfortunately I can't give you a direct answer (sorry!). That said, [the docs](https://github.com/fwilliams/surface-reconstruction-benchmark#synthetic-scanning), provide some insight for where to look,...
This error appears is because you don't have OpenEXR and libTiff install on your system which is a dependency for the library. If you search for these for your distribution,...
Can you also tell me what platform you're trying to build on?
Thanks for reporting this! So the issue here is that we first downsample your input point cloud on the voxel grid that we will reconstruct on, which reduces the effective...
Did you try installing the additional dependencies? I updated the README to reflect these. It seems you're missing OpenEXR and libtiff.
Ah this is a typo in the README. Cmake will output build artifacts in the directory where you launched it by default. So these binaries should be in `build`. I'll...
It looks like there's no target for these binaries in the CMakeLists. I haven't used this repo to scan any new meshes and just used the ones from the benchmark....
@leaf0917 Turns out this was a very small 6 line fix to the CMakeLists.txt. If you grab the latest version, cmake should build these binaries for you.