yzslab / gaussian-splatting-lightning

A 3D Gaussian Splatting framework with various derived algorithms and an interactive web viewer
Other
457 stars 38 forks source link

Export Video #15

Closed luoxue-star closed 9 months ago

luoxue-star commented 9 months ago

How can I export the rendered video after completing the training using the official implementation? Is it possible to generate an image from a specific viewpoint along with the corresponding camera parameters? If so, how does it work?

yzslab commented 9 months ago

Hi, the web viewer support the training output of the official implementation. The README contains the command to start the viewer. In the render tab of the web viewer, you can build your own camera trajectory, and get the command that using to the export video.

luoxue-star commented 9 months ago

Thank you for your reply!