We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: