hbb1 / 2d-gaussian-splatting

[SIGGRAPH'24] 2D Gaussian Splatting for Geometrically Accurate Radiance Fields

Home Page:https://surfsplatting.github.io

Repository from Github https://github.comhbb1/2d-gaussian-splattingRepository from Github https://github.comhbb1/2d-gaussian-splatting

Number of Gaussians

DuHao55 opened this issue · comments

How do I know the number of Gaussians in a point cloud model after training?

you can count the number with get_xyz

thanks!