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

Ds splat support #35

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

marcin-ochman
Copy link

@marcin-ochman marcin-ochman commented Jul 1, 2024

Dear Gaussian Splatting Lighting Team,
We are the team at deepsense.ai and we are excited to share our recent advancements in CUDA kernel implementations for forward and backward rendering kernels for 3D Gaussian Splattings.
Our forward rendering kernel, an original work by our team, is currently the fastest open-source implementation available. For the backward kernel, we have adapted nerfstudio's gsplat backward implementation to work seamlessly with our forward kernel.
One of our main goals was to maintain the existing API, ensuring that it is trivially easy to replace the vanilla kernels with our optimized versions.
With this pull request, we would like to add support for our custom kernels to your Gaussian Splatting Lighting repository. We believe this integration will enhance the performance and capabilities of the project.
Thank you for considering our contribution.

ds-splat repo: https://github.com/deepsense-ai/ds-splat

Best regards,
The deepsense.ai Team

@yzslab
Copy link
Owner

yzslab commented Jul 2, 2024

Thanks for your contribution. Before merging, I need some time to understand your ds-spalt.

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

Successfully merging this pull request may close these issues.

2 participants