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

Batch Implementation #7

Open
AlleUndKalle opened this issue Aug 14, 2023 · 2 comments
Open

Batch Implementation #7

AlleUndKalle opened this issue Aug 14, 2023 · 2 comments

Comments

@AlleUndKalle
Copy link

Hi,

Thanks for open-sourcing this awesome work! I wonder would it be possible to perform batch rendering assuming we have same number of gaussians for each frame? If not, what would be the required changes to be made?

@florinshen
Copy link

same problem. the original cuda implemented rasterizer seems not support batch rendering.

@kwea123
Copy link

kwea123 commented Nov 4, 2023

you have to project gaussians to different images, so the radii, uvs, etc all are different, I don't think that yields a lot of speedup compared to rendering them one by one

JzHuai0108 pushed a commit to JzHuai0108/diff-gaussian-rasterization that referenced this issue Sep 2, 2024
Improve training speed by 30%~40%
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

3 participants