surface-reconstruction-benchmark icon indicating copy to clipboard operation
surface-reconstruction-benchmark copied to clipboard

./build/implicit_uniform implicit_surface num_samples Problem

Open jbkvhz opened this issue 2 years ago • 1 comments

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?

jbkvhz avatar Jul 13 '22 21:07 jbkvhz

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.

jairedc avatar Jul 13 '22 23:07 jairedc