mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2025-03-29 03:43:27 +00:00
change cloning from ssh to https
This commit is contained in:
parent
7a4611defd
commit
5bf590e587
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -6,5 +6,5 @@
|
||||
url = https://gitlab.inria.fr/sibr/sibr_core.git
|
||||
[submodule "submodules/diff-gaussian-rasterization"]
|
||||
path = submodules/diff-gaussian-rasterization
|
||||
url = git@github.com:shakibakh/diff-gaussian-rasterization.git
|
||||
url = https://github.com/shakibakh/diff-gaussian-rasterization.git
|
||||
branch = gs-mcmc
|
||||
|
@ -59,7 +59,7 @@ This project is built on top of the [Original 3DGS code base](https://github.com
|
||||
|
||||
1. **Clone the Repository:**
|
||||
```sh
|
||||
git clone --recursive git@github.com:ubc-vision/3dgs-mcmc.git
|
||||
git clone --recursive https://github.com/ubc-vision/3dgs-mcmc.git
|
||||
cd 3dgs-mcmc
|
||||
```
|
||||
2. **Set Up the Conda Environment:**
|
||||
|
Loading…
Reference in New Issue
Block a user