ParticleNeRF icon indicating copy to clipboard operation
ParticleNeRF copied to clipboard

A particle-based encoding for Neural Radiance Fields

Results 5 ParticleNeRF issues
Sort by recently updated
recently updated
newest added

This code and project are awesome! Thanks a lot. In terms of building upon this, I wonder if there is an easy way to extract the particle encoding part so...

Hi, I would like to save a snapshot of a model trained with ParticleNeRF. I tried to use `testbed.save_snapshot` method. However, if I save a model like this and then...

Hi, First of all thanks for this great work and for publishing your code. I am trying to run the simulations on provided datasets. However, after opening the `instant-ngp` app...

I can see that you implemented some kind of multi level system for your particles. Does it just concatenate the features from each level? It doesn't seem to do much....

Thank you for your great work! I compiled the code successfully but met some problem when running the code. It has segmentation fault in run_testbed.py , line: testbed.testbed.background_color = [0.0,...