Anttwo / SuGaR

[CVPR 2024] Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering

Home Page:https://anttwo.github.io/sugar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where is the variable vertices_density_quantile?

cmh1027 opened this issue · comments

commented

image
According to README, vertices_density_quantile should be next to poisson_depth. Was there any update for this code?

Hello @cmh1027,

Indeed, there was an update for the code a few weeks ago!
Here is the variable you are looking for:

vertices_density_quantile = 0.1 # 0.1 for most real scenes. 0. works well for most synthetic scenes

Everything should work fine if you pull the last version of the code.