MrNeRF / gaussian-splatting-cuda

3D Gaussian Splatting, reimagined: Unleashing unmatched speed with C++ and CUDA from the ground up!
Other
909 stars 74 forks source link

added NVIDIA RTX 3050 #52

Closed Venkatakrishnan-Ramesh closed 10 months ago

Venkatakrishnan-Ramesh commented 10 months ago

Added an Version for Ubuntu 20.04 , NVIDIA RTX 3050

MrNeRF commented 10 months ago

Cool. Thx. Somewhat slow. Did you test on the original implementation? Slowdown might be due how shared memory is used which might not suite less powerful gpus well.

Venkatakrishnan-Ramesh commented 10 months ago

Original implementation ,wasn't supporting in my system when i tried with a kaggle notebook using t4 it took around 7 mins approx. Can you guide in how to reduce the time lag even more