Anttwo / SuGaR

[CVPR 2024] Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering
https://anttwo.github.io/sugar/
Other
2.34k stars 179 forks source link

Installation Process - Question about Step 3 #204

Open DuVogel87 opened 3 months ago

DuVogel87 commented 3 months ago

Hello.

If i already have succesfully installed Inrias 3D Gaussian Splatting do i have to install this

**3. Install the Gaussian Splatting rasterizer

Run the following commands inside the sugar directory to install the additional Python submodules required for Gaussian Splatting:

cd gaussian_splatting/submodules/diff-gaussian-rasterization/ pip install -e . cd ../simple-knn/ pip install -e . cd ../../../**

again? Or is it possible to simply activate the gaussian_splatting environment in conda and use this?

Thanks!