yihua7 / SC-GS

[CVPR 2024] Code for SC-GS: Sparse-Controlled Gaussian Splatting for Editable Dynamic Scenes
https://yihua7.github.io/SC-GS-web/
MIT License
427 stars 21 forks source link

video output #14

Closed zhuhu00 closed 3 months ago

zhuhu00 commented 3 months ago

First of all, congratulations on being accepted by the CVPR2024. This is a very good job. I have a question about the final presentation. How to render these dynamic Gaussians into videos? Is there any code to guide.

yihua7 commented 3 months ago

Hi,

  1. I just added the button to render the edited motion.
  2. For videos of novel view synthesis, python render.py --mode all XXX is what you need.

Hope the above helps : )