TQTQliu / MVSGaussian

[ECCV 2024] MVSGaussian: Fast Generalizable Gaussian Splatting Reconstruction from Multi-View Stereo
https://mvsgaussian.github.io/
MIT License
416 stars 21 forks source link

How can I render a visualized scene demo? #20

Closed ZhenyuSun-Walker closed 4 months ago

ZhenyuSun-Walker commented 4 months ago

How can I render a visualized scene demo from the trained results, not just perform new perspective synthesis?

TQTQliu commented 4 months ago

Just add save_video True, like:

python run.py --type evaluate --cfg_file configs/mvsgs/colmap_eval.yaml test_dataset.data_root examples/scene1 save_video True
ZhenyuSun-Walker commented 4 months ago

OK,I forgot the opration right now,and thanks for your assistance.