ashawkey / torch-ngp

A pytorch CUDA extension implementation of instant-ngp (sdf and nerf), with a GUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

xubin1994 opened this issue · comments

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?