✨ 项目目标:成功安装 SplaTAM,并能编译运行 diff-gaussian-rasterization-w-depth 扩展包。回到顶部 🧱 环境初始尝试(conda)⚠️ 问题 1:PyTorch 与系统 CUDA 不匹配错误信息: RuntimeError: The detected CUDA version (11.8) mismatches the vers
Differential Gaussian Rasterization with Depth forward and backward functionality - leo-frank/diff-gaussian-rasterization-depth
Thanks for your amazing work!As I know,diff_gaussian_rasterization is from original 3DGS. Where can I get diff_gaussian_rasterization_depth mudule?
# Install Gaussian Splatting # Check if your cudatoolkit's version is same as pytorch build.cd GaussianLSS/model/diff-gaussian-rasterization pip install -e .📦 Dataset preparation📁 nuScenes DatasetGo to nuScenes and download & unzip the following data:...
set NUM_DIST = 1 in submodules/diff-gaussian-rasterization/cuda_rasterizer/config.h, and reinstall diff-gaussian-rasterization Custom Dataset We use the same data format from 3DGS, please followhereto prepare the your dataset. Then you can train your model and extract a mesh. ...
conda env create --file environment.yml conda activate dngaussian cd submodules git clone git@github.com:ashawkey/diff-gaussian-rasterization.git --recursive git clone https://gitlab.inria.fr/bkerbl/simple-knn.git pip install ./diff-gaussian-rasterization ./simple-knn If encountering installation...
( File "/home/cz/anaconda3/envs/splatam/lib/python3.10/site-packages/diff_gaussian_rasterization/__init__.py", line 79, in forward num_rendered, color, radii, geomBuffer, binningBuffer, imgBuffer, depth = _C.rasterize_gaussians(*args) RuntimeError: CUDA out of memory. Tried to ...
LetsGo: Large-Scale Garage Modeling and Rendering via LiDAR-Assisted Gaussian - Merge remote-tracking branch 'origin/depth' · whu-lyh/LOD-3DGS@7d93905
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...
diff-gaussian-rasterization with depth optimization for LetsGo training - zhaofuq/diff-gaussian-rasterization