google / dynibar

Implementation of DynIBaR Neural Dynamic Image-Based Rendering (CVPR 2023)
https://dynibar.github.io/
Apache License 2.0
836 stars 42 forks source link

How to produce video using render virtual views? #47

Open handsomeZhuang opened 5 months ago

handsomeZhuang commented 5 months ago

I have run the eval_nvidia.py file and output the virtual views, but dont know how to get video which is similar to paper

zhengqili commented 3 months ago

You can create a novel views path by following this function and replace current render_pose with the one from this function: https://github.com/zhengqili/Neural-Scene-Flow-Fields/blob/main/nsff_exp/load_llff.py#L424