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
884 stars 49 forks source link

About deformation Gaussians suddenly flew off #34

Closed guanjunwu closed 8 months ago

guanjunwu commented 8 months ago

Hello, I'm wondering if you've encountered a similar issue during optimization: Initially, the entire scene was converging normally, but midway through the training, some dynamic points suddenly flew off to a far distance, leading to a seemingly inexplicable failure in the training process.

I guess the problem mainly occurred from cuda?

ingra14m commented 8 months ago

I know this problem. Just reduce the learning rate of the deformation field.

guanjunwu commented 8 months ago

感谢老哥,虽然我也不知道为什么。。。