Anttwo/SuGaR

Installation Process - Question about Step 3

Opened this issue · 0 comments

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!