bennyguo / instant-nsr-pl

Neural Surface reconstruction based on Instant-NGP. Efficient and customizable boilerplate for your research projects. Train NeuS in 10min!
MIT License
857 stars 84 forks source link

fix: clamp to sphere in finite diff computation #86

Closed alvaro-budria closed 1 year ago

alvaro-budria commented 1 year ago

This is a PR for fixing issue #85. In the gradient computation by finite differences, the input points were being clamped to [0, 1] range, rather than [-radius, radius].

bennyguo commented 1 year ago

Thanks!