-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Matrix not positive #263
Comments
Interesting yeah, we currently assume all covariance inputs are valid. Can I ask where you got your PLY file from? We could also add the filtering on our end. If you have any other issues with the Gaussian rendering please do let us know, it's very much in an experimental phase right now! |
Not the vanilla 3DGS. It's from PGSR: PGSR: Planar-based Gaussian Splatting for Efficient and High-Fidelity Surface Reconstruction. I guess this method might introduce some gaussians with NaN values during optimization. |
Thanks for open-sourcing this great work! I've encountered "matrix not positive defined" error in using cholesky decomposition here. As I dig deeper, I found that the covariance matrix has NaN values. So I replace NaN with 0, and add a small eye matrix to make the matrix positive defined. The ply has been successfully loaded but it failed to render the ply file. Can you give me some suggestions. This https://github.com/mkkellogg/GaussianSplats3D/ viewer is able to render my ply file successfully.
The text was updated successfully, but these errors were encountered: