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
779 stars 40 forks source link

About the video data I shot myself #40

Open YZWYD opened 3 months ago

YZWYD commented 3 months ago

Hello, first of all, thank you for open-sourcing such excellent work. I have a small question. If I want to use your code to reconstruct a scene from a video, what other preparations do I need to make besides shooting a video with my phone?

ingra14m commented 3 months ago

Hi, thanks for your interest.

A simple method is to use colmap for direct estimation. However, we found that the errors of HyperNeRF and even NeRF-DS are too large. We recommend another more robust method, which you can refer to the process of NeRF-Texture.