-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing 'render' in 'nr3d_lib' #2
Comments
never mind, replaced by |
Hi, sorry for the late reply. Since I am also grateful for your mentioning how to modify the import script to align with the updated |
Hi, why do we use |
@szhang963 Briefly, our sampling process (to generate sample points along rays) consists of two steps:
The second round of importance sampling may assist in sampling near surface areas. If the second round of importance sampling is disabled, then
The reason is as follows. This project uses an |
@XJay18 Thank you for your detailed reply. |
@szhang963 Please see the following illustration (especially lane markings) of an extrapolation experiment for an intuitive understanding. |
@XJay18 Thanks for your interpretation in detail. I will try it. |
At Lightning-NeRF/lightning_nerf/sampler.py
from nr3d_lib.render.pack_ops import merge_two_packs_sorted_aligned
from nr3d_lib.render.raysample import packed_sample_pdf
can not find 'render' in nr3d_lib v0.6.0
I see that nr3d_lib==0.3.1 is required, but I can not find the release version in https://github.com/PJLab-ADG/nr3d_lib/tree/main/nr3d_lib
Is this a special version?
The text was updated successfully, but these errors were encountered: