googleinterns / IBRNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to render videos for 360° scenes?

dwangxxx opened this issue · comments

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

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.