googleinterns / IBRNet

Apache License 2.0
486 stars 52 forks source link

How to render videos for 360° scenes? #1

Open dwangxxx opened 3 years ago

dwangxxx commented 3 years ago

Hi, thanks for your great job! I want to know how could I render videos for 360° scenes? Looking forward to your reply!

qianqianwang68 commented 2 years ago

Hi, since IBRNet uses only nearby images to render the novel view, and there is not a global coordinate frame as in NeRF, ideally IBRNet should work when rendering 360 scenes, as long as the input views are dense enough and cover the whole scene in 360°. But you might need to implement your own view selection algorithms to find the most relevant source views.