NeRF Billboards (DeepBillboard + PlenOctrees)
January 19, 2023 ยท View on GitHub
With DeepBillboard, you can easily use your trained NeRF (or any other view synthesis models) in Unity without having to convert them to mesh! DeepBillboard can also supports physical interaction!
See the paper for more details. https://sites.google.com/view/deepbillboards/

Easy 4 steps for use
- Create Plane Object and attach
ControlBillboard.csandtexture.mat. - Attach
ControlCamera.csto the main camera. - Run
python db_commands.py --input ./ckpt.npz - Run Unity scene!
related repositories
Have a good DeepBillboard life!
Acknowledgement
We'd like to express deep thanks to the inventors of plenoctrees, plenoxels and nerf_pl.