kcheng1021 / GaussianPro

[ICML2024] Official code for GaussianPro: 3D Gaussian Splatting with Progressive Propagation
https://kcheng1021.github.io/gaussianpro.github.io/
MIT License
551 stars 36 forks source link

Something wrong with densify from depth propagation #24

Closed YuiNsky closed 3 months ago

YuiNsky commented 3 months ago

Screenshot from 2024-03-21 10-18-18

Hello, i saved the point cloud of world_coordinates_3D in gaussian_model.py/densify_from_depth_propagation, the pointcloud seems incorrect, but can still finish the training and get an acceptable result. Can you recheck the code to solve this problem? I didn't change any code but only use my own dataset, but the gaussian can be trained so i think its not the dataset's problem.