fix submodules

notes

fix simple-knn

fix debug error

fix missing req

fix missing req
This commit is contained in:
catid 2023-10-16 05:28:17 +00:00
parent 36e9052819
commit 5a80f11834
5 changed files with 9 additions and 4 deletions

3
.gitmodules vendored
View File

@ -4,6 +4,9 @@
[submodule "submodules/diff-gaussian-rasterization"]
path = submodules/diff-gaussian-rasterization
url = https://github.com/graphdeco-inria/diff-gaussian-rasterization
[submodule "submodules/depth-diff-gaussian-rasterization"]
path = submodules/depth-diff-gaussian-rasterization
url = https://github.com/ingra14m/depth-diff-gaussian-rasterization
[submodule "SIBR_viewers"]
path = SIBR_viewers
url = https://gitlab.inria.fr/sibr/sibr_core

View File

@ -31,13 +31,13 @@ Please follow the [3D-GS](https://github.com/graphdeco-inria/gaussian-splatting)
```bash
git clone https://github.com/hustvl/4DGaussians
cd 4DGaussians
git submodule update --init --recursive
conda create -n Gaussians4D python=3.7
conda activate Gaussians4D
pip install -r requirements.txt
cd submodules
git clone https://github.com/ingra14m/depth-diff-gaussian-rasterization
pip install -e depth-diff-gaussian-rasterization
pip install -e submodules/depth-diff-gaussian-rasterization
pip install -e submodules/simple-knn
```
In our environment, we use pytorch=1.13.1+cu116.
## Data Preparation

View File

@ -46,7 +46,7 @@ def render(viewpoint_camera, pc : GaussianModel, pipe, bg_color : torch.Tensor,
sh_degree=pc.active_sh_degree,
campos=viewpoint_camera.camera_center.cuda(),
prefiltered=False,
# debug=pipe.debug
debug=pipe.debug
)
rasterizer = GaussianRasterizer(raster_settings=raster_settings)

View File

@ -6,3 +6,4 @@ matplotlib
argparse
lpips
plyfile
imageio-ffmpeg

1
submodules/simple-knn Submodule

@ -0,0 +1 @@
Subproject commit 44f764299fa305faf6ec5ebd99939e0508331503