yzslab / nerflab

MIT License
5 stars 1 forks source link

How to Generate New View Synthesis Images and Export Videos #2

Open languorous-cat opened 1 year ago

languorous-cat commented 1 year ago

Hello! I'd like to inquire about how to render images from new viewpoints. I couldn't find the relevant configs in the code you've provided. Thank you! It seems like the render_single_image function is not being called? https://github.com/yzslab/nerflab/blob/acc26c5e3705c69558e5d35c98249e41506cb416/internal/lightning_modules/nerf.py#L215

yzslab commented 1 year ago

Hello! I'd like to inquire about how to render images from new viewpoints. I couldn't find the relevant configs in the code you've provided. Thank you! It seems like the render_single_image function is not being called?

https://github.com/yzslab/nerflab/blob/acc26c5e3705c69558e5d35c98249e41506cb416/internal/lightning_modules/nerf.py#L215

Hi, the render_single_image() is called at here: https://github.com/yzslab/nerflab/blob/e288d38e21e6d1994e6864ee4de4da772d027b33/internal/lightning_modules/nerf.py#L133 The predict_step() is called by eval.py.

yzslab commented 1 year ago

and, exporting video has not been implemented yet.