ashawkey / torch-ngp

A pytorch CUDA extension implementation of instant-ngp (sdf and nerf), with a GUI.
MIT License
2.11k stars 275 forks source link

Ambient Occlusion (AO) using the (Instant-NGP framework) #182

Open xubin1994 opened 1 year ago

xubin1994 commented 1 year ago

We can calculated the Ambient Occlusion (AO) using the (Instant-NGP framework) by configuring testbed.render_mode = ngp.AO.Will you support this feature? Since I am not very familiar with CUDA, I want to use pytorch to reproduce the calculation of this AO. Do you have any ideas?