Skip to content

Releases: Matt-Naganidhi/CMKL-3d-Reef

B:\Pinokio\api\gaussian-splatting-Windows.git>python train.py -s input_data/Coral Traceback (most recent call last): File "B:\Pinokio\api\gaussian-splatting-Windows.git\train.py", line 16, in <module> from gaussian_renderer import render, network_gui File "B:\Pinokio\api\gaussian-splatting-Windows.git\gaussian_renderer\__init__.py", line 14, in <module> from diff_gaussian_rasterization import GaussianRasterizationSettings, GaussianRasterizer ModuleNotFoundError: No module named 'diff_gaussian_rasterization'

26 Jan 00:11
38979d4
Compare
Choose a tag to compare

Press install again on Pinokio and this should work:
image

Microsoft Windows [Version 10.0.22621.3007]
(c) Microsoft Corporation. All rights reserved.

B:\Pinokio\api\gaussian-splatting-Windows.git>
B:\Pinokio\api\gaussian-splatting-Windows.git>dir
Volume in drive B is Noice :)
Volume Serial Number is 08B8-569C

Directory of B:\Pinokio\api\gaussian-splatting-Windows.git

01/25/2024 08:34 PM

.
01/25/2024 08:34 PM ..
01/25/2024 08:34 PM 122 .gitignore
01/25/2024 08:34 PM 396 .gitmodules
01/25/2024 08:34 PM arguments
01/25/2024 08:34 PM assets
01/25/2024 08:34 PM 5,473 convert.py
01/25/2024 08:34 PM 332 environment.yml
01/25/2024 08:34 PM 3,414 full_eval.py
01/25/2024 10:38 PM gaussian_renderer
01/25/2024 08:34 PM 18,264 icon.png
01/25/2024 09:14 PM input_data
01/25/2024 08:34 PM 4,480 install_cuda.json
01/25/2024 08:34 PM 4,358 LICENSE.md
01/25/2024 08:34 PM lpipsPyTorch
01/25/2024 08:34 PM 4,246 metrics.py
01/25/2024 08:34 PM 447 pinokio.js
01/25/2024 08:34 PM 38,914 README.md
01/25/2024 08:34 PM 2,888 render.py
01/25/2024 08:34 PM scene
01/25/2024 10:45 PM SIBR_viewers
01/25/2024 08:34 PM 172 start.json
01/25/2024 08:34 PM submodules
01/25/2024 08:34 PM 10,639 train.py
01/25/2024 10:38 PM utils
14 File(s) 94,145 bytes
11 Dir(s) 253,210,906,624 bytes free

B:\Pinokio\api\gaussian-splatting-Windows.git>git submodule deinit -f -- submodules/diff-gaussian-rasterization
Cleared directory 'submodules/diff-gaussian-rasterization'
Submodule 'submodules/diff-gaussian-rasterization' (https://github.com/graphdeco-inria/diff-gaussian-rasterization) unregistered for path 'submodules/diff-gaussian-rasterization'

B:\Pinokio\api\gaussian-splatting-Windows.git>git submodule deinit -f -- submodules/simple-knn
Cleared directory 'submodules/simple-knn'
Submodule 'submodules/simple-knn' (https://gitlab.inria.fr/bkerbl/simple-knn.git) unregistered for path 'submodules/simple-knn'

B:\Pinokio\api\gaussian-splatting-Windows.git>git submodule update --init --recursive
Submodule 'submodules/diff-gaussian-rasterization' (https://github.com/graphdeco-inria/diff-gaussian-rasterization) registered for path 'submodules/diff-gaussian-rasterization'
Submodule 'submodules/simple-knn' (https://gitlab.inria.fr/bkerbl/simple-knn.git) registered for path 'submodules/simple-knn'
Submodule path 'submodules/diff-gaussian-rasterization': checked out '59f5f77e3ddbac3ed9db93ec2cfe99ed6c5d121d'
Submodule 'third_party/glm' (https://github.com/g-truc/glm.git) registered for path 'submodules/diff-gaussian-rasterization/third_party/glm'
Cloning into 'B:/Pinokio/api/gaussian-splatting-Windows.git/submodules/diff-gaussian-rasterization/third_party/glm'...
Submodule path 'submodules/diff-gaussian-rasterization/third_party/glm': checked out '5c46b9c07008ae65cb81ab79cd677ecc1934b903'
Submodule path 'submodules/simple-knn': checked out '44f764299fa305faf6ec5ebd99939e0508331503'

B:\Pinokio\api\gaussian-splatting-Windows.git>git submodule status --recursive
14199886ae3f42358092c16ada909c1e0b1cba20 SIBR_viewers (0.9.6-141-g1419988)
59f5f77e3ddbac3ed9db93ec2cfe99ed6c5d121d submodules/diff-gaussian-rasterization (heads/main)
5c46b9c07008ae65cb81ab79cd677ecc1934b903 submodules/diff-gaussian-rasterization/third_party/glm (0.9.5.3-2728-g5c46b9c0)
44f764299fa305faf6ec5ebd99939e0508331503 submodules/simple-knn (heads/main)

B:\Pinokio\api\gaussian-splatting-Windows.git>conda create -y -n gaussian-splatting python=3.7.13
Channels:

  • defaults
    Platform: win-64
    Collecting package metadata (repodata.json): done
    Solving environment: done

Package Plan

environment location: B:\Pinokio\bin\miniconda\envs\gaussian-splatting

added / updated specs:
- python=3.7.13

The following packages will be downloaded:

package                    |            build
---------------------------|-----------------
certifi-2022.12.7          |   py37haa95532_0         149 KB
pip-22.3.1                 |   py37haa95532_0         2.7 MB
python-3.7.13              |       h6244533_1        15.0 MB
setuptools-65.6.3          |   py37haa95532_0         1.1 MB
wheel-0.38.4               |   py37haa95532_0          82 KB
wincertstore-0.2           |   py37haa95532_2          15 KB
------------------------------------------------------------
                                       Total:        19.1 MB

The following NEW packages will be INSTALLED:

ca-certificates pkgs/main/win-64::ca-certificates-2023.12.12-haa95532_0
certifi pkgs/main/win-64::certifi-2022.12.7-py37haa95532_0
openssl pkgs/main/win-64::openssl-1.1.1w-h2bbff1b_0
pip pkgs/main/win-64::pip-22.3.1-py37haa95532_0
python pkgs/main/win-64::python-3.7.13-h6244533_1
setuptools pkgs/main/win-64::setuptools-65.6.3-py37haa95532_0
sqlite pkgs/main/win-64::sqlite-3.41.2-h2bbff1b_0
vc pkgs/main/win-64::vc-14.2-h21ff451_1
vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.27.29016-h5e58377_2
wheel pkgs/main/win-64::wheel-0.38.4-py37haa95532_0
wincertstore pkgs/main/win-64::wincertstore-0.2-py37haa95532_2

Downloading and Extracting Packages:

Preparing transaction: done
Verifying transaction: done
Executing transaction: done

To activate this environment, use

$ conda activate gaussian-splatting

To deactivate an active environment, use

$ conda deactivate

B:\Pinokio\api\gaussian-splatting-Windows.git>call activate gaussian-splatting

(gaussian-splatting) B:\Pinokio\api\gaussian-splatting-Windows.git>conda install -y cudatoolkit=11.6 plyfile=0.8.1 pytorch=1.12.1 torchaudio=0.12.1 torchvision=0.13.1 tqdm -c pytorch -c conda-forge -c nvidia -c defaults
Channels:

  • pytorch
  • conda-forge
  • nvidia
  • defaults
    Platform: win-64
    Collecting package metadata (repodata.json): done
    Solving environment: done

Package Plan

environment location: B:\Pinokio\bin\miniconda\envs\gaussian-splatting

added / updated specs:
- cudatoolkit=11.6
- plyfile=0.8.1
- pytorch=1.12.1
- torchaudio=0.12.1
- torchvision=0.13.1
- tqdm

The following packages will be downloaded:

package                    |            build
---------------------------|-----------------
blas-2.121                 |              mkl          17 KB  conda-forge
blas-devel-3.9.0           |     21_win64_mkl          16 KB  conda-forge
brotli-python-1.0.9        |   py37hf2a7229_7         335 KB  conda-forge
charset-normalizer-3.3.2   |     pyhd8ed1ab_0          46 KB  conda-forge
colorama-0.4.6             |     pyhd8ed1ab_0          25 KB  conda-forge
cudatoolkit-11.6.2         |      h3aee862_12       594.1 MB  conda-forge
freetype-2.12.1            |       hdaf720e_2         498 KB  conda-forge
idna-3.6                   |     pyhd8ed1ab_0          49 KB  conda-forge
intel-openmp-2024.0.0      |   h57928b3_49841         2.2 MB  conda-forge
jpeg-9e                    |       hcfcfb64_3         283 KB  conda-forge
lcms2-2.14                 |       h90d422f_0         988 KB  conda-forge
lerc-4.0.0                 |       h63175ca_0         190 KB  conda-forge
libblas-3.9.0              |     21_win64_mkl         4.8 MB  conda-forge
libcblas-3.9.0             |     21_win64_mkl         4.8 MB  conda-forge
libdeflate-1.14            |       hcfcfb64_0          73 KB  conda-forge
libhwloc-2.9.3             |default_haede6df_1009         2.5 MB  conda-forge
libiconv-1.17              |       hcfcfb64_2         621 KB  conda-forge
liblapack-3.9.0            |     21_win64_mkl         4.8 MB  conda-forge
liblapacke-3.9.0           |     21_win64_mkl         4.8 MB  conda-forge
libpng-1.6.39              |       h19919ed_0         336 KB  conda-forge
libtiff-4.4.0              |       hc4f729c_5         787 KB  conda-forge
libuv-1.44.2               |       hcfcfb64_1         278 KB  conda-forge
libwebp-base-1.3.2         |       hcfcfb64_0         263 KB  conda-forge
libxcb-1.13                |    hcd874cb_1004         1.3 MB  conda-forge
libxml2-2.12.4             |       hc3477c8_1         1.5 MB  conda-forge
libzlib-1.2.13             |       hcfcfb64_5          54 KB  conda-forge
m2w64-libwinpthread-git-5.0.0.4634.697f757|                2          31 KB  conda-forge
mkl-2024.0.0               |   h66d3029_49657       103.5 MB  conda-forge
mkl-devel-2024.0.0         |   h57928b3_49657         5.0 MB  conda-forge
mkl-include-2024.0.0       |   h66d3029_49657         682 KB  conda-forge
msys2-conda-epoch-20160418 |                1           3 KB  conda-forge
numpy-1.21.6               |   py37h2830a78_0         5.3 MB  conda-forge
openjpeg-2.5.0             |       hc9384bd_1         256 KB  conda-forge
pillow-9.2.0               |   py37h42a8222_2        45.4 MB  conda-forge
plyfile-0.8.1              | ...
Read more