nerfacc
nerfacc copied to clipboard
about sampling or ray marching
I notice that sence_aabb is required in the ray sampling, if the ray does not pass through the aabb, whether the sampling point is empty?
In addition, there are two sampling methods in the new version. I use version 0.3. Which sampling method is used for the ray_marching function
Yeah no intersection leads to zero samples.
The OccGridEstimator
has a sampling()
function that is basically the old ray_marching
function but with some API changes.
Please check the CHANGELOG.md for the api changes between the latest version and the 0.3.x version
您好,您的邮件我已经接收。
Yeah no intersection leads to zero samples.
The
OccGridEstimator
has asampling()
function that is basically the oldray_marching
function but with some API changes.Please check the CHANGELOG.md for the api changes between the latest version and the 0.3.x version
following the same question. I am using the OccGridEstimator with aabb [-1, -1, -1, 1, 1, 1]. But I always got 0 element returns. Even I pass estimator(rays_o=rays_o, rays_d=-rays_0), which means all the input rays will pass through the origin. Could you also give me a hint on this?
您好,您的邮件我已经接收。
@DJNing Hi, I have the same problem, have u address it? Could u give me some help?