✨ 项目目标:成功安装 SplaTAM,并能编译运行 diff-gaussian-rasterization-w-depth 扩展包。回到顶部 🧱 环境初始尝试(conda)⚠️ 问题 1:PyTorch 与系统 CUDA 不匹配错误信息: RuntimeError: The detected CUDA version (11.8) mismatches the vers
diff_gaussian_rasterization_depth doc third_party .gitignore .gitmodules CMakeLists.txt LICENSE.md README.md ext.cpp rasterize_points.cu rasterize_points.h setup.py README License About An extension of the rasterization engine for the paper "3D Gaussian Splatting for Real-Time Rendering of Radi...
As I know,diff_gaussian_rasterization is from original 3DGS. Where can I get diff_gaussian_rasterization_depth mudule?Activity mks0601 commented on Sep 23, 2024 mks0601 on Sep 23, 2024 Owner Hi, as in here, you can visit here. 😄2 shanyoumu461 commented on Sep 23, 2024 shanyoumu...
git clone git@github.com:git@github.com:JonathonLuiten/diff-gaussian-rasterization-w-depth.git cd diff-gaussian-rasterization-w-depth python setup.py install pip install . Original readme below: Differential Gaussian Rasterization Used as the rasterization engine for the paper "3D Gaussian Splattin...
Differential Gaussian Rasterization Used as the rasterization engine for the paper "LetsGo: Large-Scale Garage Modeling and Rendering via LiDAR-Assisted Gaussian Primitives". If you can make use of it in your own research, please be so kind to cite us. ...
Differentiable gaussian rasterization with depth, alpha, normal map and extra per-Gaussian attributes, also support camera pose gradient - Lee-JaeWon/diff-gaussian-rasterization