Skip to content

Commit

Permalink
add submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
hbb1 committed May 3, 2024
1 parent fcb39b3 commit fe7fa7c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
.vscode
output
build
benchmark*
debug*
output
data
*.ply
**/PKG-INFO
Expand All @@ -15,5 +12,4 @@ data
*.out
eval
*.npz
eval_*
submodules
eval_*
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "submodules/diff-surfel-rasterization"]
path = submodules/diff-surfel-rasterization
url = https://github.com/hbb1/diff-surfel-rasterization.git
[submodule "submodules/simple-knn"]
path = submodules/simple-knn
url = https://gitlab.inria.fr/bkerbl/simple-knn.git
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: gaussian_splatting
name: surfel_splatting
channels:
- pytorch
- conda-forge
Expand All @@ -13,5 +13,5 @@ dependencies:
- torchvision=0.13.1
- tqdm
- pip:
- submodules/diff-gaussian-rasterization
- submodules/diff-surfel-rasterization
- submodules/simple-knn
1 change: 1 addition & 0 deletions submodules/diff-surfel-rasterization
1 change: 1 addition & 0 deletions submodules/simple-knn
Submodule simple-knn added at f155ec

0 comments on commit fe7fa7c

Please sign in to comment.