Anttwo / SuGaR

[CVPR 2024] Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering
https://anttwo.github.io/sugar/
Other
2.36k stars 182 forks source link

To our dear SuGaR-er: if you want to dump gauss-points while training, look here. in one minute. #53

Open yuedajiong opened 11 months ago

yuedajiong commented 11 months ago

Insert these code in training loop, files: coarse_density.py, coarse_sdf.py, ...

you can see points like this:

image

dump-points.py.txt