OpenSplat icon indicating copy to clipboard operation
OpenSplat copied to clipboard

Production-grade 3D gaussian splatting with CPU/GPU support for Windows, Mac and Linux 🚀

Results 40 OpenSplat issues
Sort by recently updated
recently updated
newest added

A new 3DGS native viewer based on Vulkan becomes available recently. It should be possible to build a fully-fledged training+display application across different platforms and devices. - https://github.com/shg8/VulkanSplatting

enhancement

A single gaussian takes ~2000 bytes of memory, so currenly one needs ~1GB of GPU memory for each million gaussians. We should have an option to limit the number of...

enhancement

Should help reduce "spikey" gaussians Reference splatfacto's implementation use of `use_scale_regularization`

enhancement

Interpolating the camera poses, choosing target resolution and FPS, automatically create a video from a scene + poses.

enhancement

This can be useful in datasets that don't have sparse points

enhancement

My goal is to create a custom dataset trying replicating Colmap's [format](https://colmap.github.io/format.html). I calculate my camera poses in terms of a rotation matrix, which I then convert to quaternion through...

I’m using CUDA 11.8 and have installed it without any issues. I’ve also set all the necessary environment variables, but I keep encountering a "No CUDA toolset found" error. Could...

I've noticed that some requests, such as https://github.com/pierotofy/OpenSplat/issues/115 , have already been implemented in the GSplat base code. However, there seems to be a lack of documentation regarding the specific...

Hi, I tried to build OpenSplat in Windows 11 and during following the documentation, the process failed during `make`. The CMake version is following the documentation. Here is the complete...

Same error as #112 [100%] Linking CXX executable opensplat /usr/bin/ld: CMakeFiles/opensplat.dir/opensplat.cpp.o: in function `main': opensplat.cpp:(.text.startup+0x40f7): undefined reference to `cv::imwrite(std::string const&, cv::_InputArray const&, std::vector const&)' /usr/bin/ld: opensplat.cpp:(.text.startup+0x4cb5): undefined reference to `cv::imwrite(std::string...