alvaro-budria

Results 3 issues of alvaro-budria

I am trying to enhance NeuS with a hash grid encoding. NeuS utilizes the normal of the SDF as input to its color field, and this normal is computed as...

In lines 120, 122, and 137, there are `print` statements lacking parentheses `()`, which is incorrect in Python 3 and causes the execution to crash. I've rewritten these `print` statements...

CLA Signed

I was wondering if one can take an image generated by some model, match it with some other reference image, compute a loss on the matches' pixel distance, and propagate...