surface-reconstruction-benchmark
surface-reconstruction-benchmark copied to clipboard
./build/implicit_uniform implicit_surface num_samples Problem
The implicit_uniform program is unable to create a .npts file for my own data. I receive an error saying that the points should be removed, and energy is labeled as nan. It runs fine on the example bumps. Any suggestions?
Adding onto this, it seems like whenever implicit_sampler.cpp:268
provides a nan
value to pt_function
, pt_gradient
is full of nan
. This turns pt
into a nan as well from addition on implicit_sampler.cpp:277
.