Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1011 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 1011 Bytes

NeRF Billboards (DeepBillboard + PlenOctrees)

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/

samune

Easy 4 steps for use

  1. Create Plane Object and attach ControlBillboard.cs and texture.mat.
  2. Attach ControlCamera.cs to the main camera.
  3. Run python db_commands.py --input ./ckpt.npz
  4. 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.