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
I was wondering why you use the classical NeRF (as far as I can tell from the notes in the code) instead of faster alternatives like pNeRF and mp NeRF?
Thanks 😀
The text was updated successfully, but these errors were encountered:
Thanks for your question! We actually checked those papers during development and currently our implementation of classical NeRF against pNeRF and mp-NeRF is just as fast as mp-NeRF (ours: 0.01s for avg 480 AAs including I/O on HDD, mp-nerf: 0.0091s for 500 AAs).
We chose to apply file-level parallelization, which helps handling mis-formatted files.
We know that we can get speed-up of single-file decompression and side-chain reconstruction from mp-NeRF. We're exploring a few different options.
Let us know if you have any further questions or concerns!
Hi again,
I was wondering why you use the classical NeRF (as far as I can tell from the notes in the code) instead of faster alternatives like pNeRF and mp NeRF?
Thanks 😀
The text was updated successfully, but these errors were encountered: