wanmeihuali / taichi_3d_gaussian_splatting

An unofficial implementation of paper 3D Gaussian Splatting for Real-Time Radiance Field Rendering by taichi lang.
Apache License 2.0
659 stars 62 forks source link

How to accelerate the rendering process? #162

Open YLLX opened 9 months ago

YLLX commented 9 months ago

When I trained the model with 8G-1070Ti and 24G-3090Ti, the speed increase was not significant. Compared the original-version, the taichi-version is 2-3 times slower, is it possible to speed up the taichi-version further?