issues
search
pierotofy
/
OpenSplat
Production-grade 3D gaussian splatting with CPU/GPU support for Windows, Mac and Linux 🚀
https://antimatter15.com/splat/?url=https://splat.uav4geo.com/banana.splat
GNU Affero General Public License v3.0
924
stars
87
forks
source link
Speed up CPU code
#46
Open
pierotofy
opened
8 months ago
pierotofy
commented
8 months ago
There are several parts that could be optimized:
Implement multi-threading
Benchmark and eventually port the project/compute_sh functions from libtorch to pure C++ (will need to manually write the backward pass)
Profile and identify bottlenecks
There are several parts that could be optimized: