ingra14m / Deformable-3D-Gaussians

[CVPR 2024] Official implementation of "Deformable 3D Gaussians for High-Fidelity Monocular Dynamic Scene Reconstruction"
https://ingra14m.github.io/Deformable-Gaussians/
MIT License
868 stars 49 forks source link

Where is the viewer? #13

Open AtlasRedux opened 10 months ago

AtlasRedux commented 10 months ago

Where is the viewer? Your link is only a video.

ingra14m commented 10 months ago

That link is a demo of our viewer. You can start the viewer and initiate training by running python train_gui.py -s path/to/your/dataset -m output/exp-name --eval --is_blender.

See more in train with the GUI.

yzslab commented 10 months ago

Hi, you can load your pre-trained model via this web viewer: https://github.com/yzslab/gaussian-splatting-lightning#web-viewer.

python viewer.py \
    outputs/lego \
    --vanilla_deformable \
    --reorient disable

https://github.com/ingra14m/Deformable-3D-Gaussians/assets/564361/3bce0803-54f7-401e-aca2-587e2533faa1

ingra14m commented 10 months ago

wow, thank you for your wonderful job.

If you don't mind, can I integrate this viewer into my repo? The viewer seems much more beautiful!

yzslab commented 10 months ago

can I integrate this viewer into my repo?

Of course, feel free to use it.