Skip to content
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

efficiency about the Fixed Culling #2

Open
cv-lab-x opened this issue Jun 5, 2024 · 1 comment
Open

efficiency about the Fixed Culling #2

cv-lab-x opened this issue Jun 5, 2024 · 1 comment

Comments

@cv-lab-x
Copy link

cv-lab-x commented Jun 5, 2024

hi, thanks for your work, did you test the efficiency about the "Fixed Culling"? training time and rendering fps compare with origin diff-gaussian-rasterization ?
Looking forward to your reply, thanks, @dendenxu

@dendenxu
Copy link
Owner

dendenxu commented Jun 5, 2024

Hi, the efficiency gain can be very scene-dependent and view-dependent since very little or very large amounts of points can fall out of the viewing frustum. I would suggest running the rendering on the dataset of your interest to check the efficiency difference.

As a side note, it sometimes might also be preferable to disable the culling altogether (like in the original 3DGS repo) since the current culling function is merely an approximation using the center of the Gaussian. If you're interested in a more "correct" culling, I would suggest looking at the implementation in fast-gaussian-rasterization

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants