graphdeco-inria / gaussian-splatting

Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/
Other
13.69k stars 1.77k forks source link

Error In Step 4@Schmidi321 @yzslab @jakubcerveny @emepetres @gdrett #329

Open Vaidik501 opened 11 months ago

Vaidik501 commented 11 months ago
          @Schmidi321  @yzslab @jakubcerveny @emepetres @gdrett 

After trying a full day I was able to successfully install submodules. I followed the following steps.

  1. Created a Conda environment: conda create -n gaussian_splatting python=3.7
  2. activate the conda environment: conda activate gaussian_splatting
  3. install the torch with cuda version following this [issue] pip install torch==1.9.0+cu102 torchvision==0.10.0+cu102 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
  4. install submodule/diff-gaussian-rasterization pkg: pip install submodules/diff-gaussian-rasterization
  5. install submodule/simple-knn pip install submodules/simple-knn
  6. Then install the rest of the packages

Hope this helps. thanks.

Originally posted by @wgcban in https://github.com/graphdeco-inria/gaussian-splatting/issues/297#issuecomment-1753921575

biechifanle commented 11 months ago

image

biechifanle commented 11 months ago

I followed the above steps exactly, but I still can’t install submodules/diff-gaussian-rasterization. Is it because of my Windows 10 system?

wgcban commented 11 months ago

Not Sure. I tried in on ubuntu.

HanChennn commented 10 months ago

have you fixed this problem? i met the same problem as well

liwd190019 commented 8 months ago

I'm not able to pip install submodule correctly on ubuntu.