graphdeco-inria / nerfshop

NeRFshop: Interactive Editing of Neural Radiance Fields
https://repo-sam.inria.fr/fungraph/nerfshop/
Other
451 stars 24 forks source link

Why do we need NeRF distillation? #19

Closed SYSUykLin closed 1 year ago

SYSUykLin commented 1 year ago

I don't understand what motivated NeRF distillation, can you explain?

Snosixtyboo commented 1 year ago

I hope so. When you make edits in NeRFshop, you can only really view them inside NeRFshop because they are enabled by several auxiliary data structures. The basic InstantNGP hashgrid format is more established and is getting extensions by Nvidia (such as VR) and other researchers. When you distill, you can save and then load the result in programs that support the standard InstantNGP format. So we think of it as exporting, e.g., your Photoshop project to a .PNG, allowing many more existing solutions to interact with it. Does that make sense?

SYSUykLin commented 1 year ago

I understand. Thanks very much.