You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! When I visualize the 'pos' sampled by the density_grid_sampler in line 70 in runner.py, I found that whatever aabb_scale is, pos ranges in [0, 1]. And when I set 'const_dt=True', pos ranges even smaller when aabb_scale is larger! It seems that there is something wrong with the aabb_scale or the density_grid_sampler. @Gword
Here are some pictures. The yellow cube is a unit cube. The white points are rays_o. The red/black points are pos. 👆aabb_scale=1
👆aabb_scale=2
👆aabb_scale=16
👆aabb_scale=1, constdt=True
👆aabb_scale=8, constdt=True
The text was updated successfully, but these errors were encountered:
hdzmtsssw
changed the title
postions sampled is not matched with aabb_scale
postions sampled are not matched with aabb_scale
Sep 21, 2022
Hi there! When I visualize the 'pos' sampled by the density_grid_sampler in line 70 in runner.py, I found that whatever aabb_scale is, pos ranges in [0, 1]. And when I set 'const_dt=True', pos ranges even smaller when aabb_scale is larger! It seems that there is something wrong with the aabb_scale or the density_grid_sampler. @Gword
Here are some pictures. The yellow cube is a unit cube. The white points are rays_o. The red/black points are pos.
![vasedeck_pos_aabbscale1](https://user-images.githubusercontent.com/58366842/191448707-59e14878-eba8-428a-ae1c-c39496b614aa.jpg)
👆aabb_scale=1
👆aabb_scale=2
👆aabb_scale=16
👆aabb_scale=1, constdt=True
👆aabb_scale=8, constdt=True
The text was updated successfully, but these errors were encountered: