3D Gaussian Splatting Windows Installation Tutorial (Fast & Easy!)

Поділитися
Вставка
  • Опубліковано 23 лис 2024

КОМЕНТАРІ • 98

  • @bycloud2
    @bycloud2  Рік тому +5

    Encountering errors? Join my bycloud's discord and ask in #general-tech-support discord.com/invite/NhJZGtH
    IF you get a "ModuleNotFoundError: No module named 'diff_gaussian_rasterization'" Error, download CUDA 11.8. developer.nvidia.com/cuda-11-8-0-download-archive
    It should be installed according to your system, and to get whether if you have installed correctly, you can double check with this method: github.com/bycloudai/SwapCudaVersionWindows

    • @pseudopod77
      @pseudopod77 6 місяців тому +2

      these solutions are not working, pls offer another

    • @FleaOnMyWiener
      @FleaOnMyWiener 4 місяці тому

      I had to run:
      conda remove cuda
      and then:
      conda_hook && conda deactivate && conda deactivate && conda deactivate && conda activate base && conda install -y cuda -c nvidia/label/cuda-11.8
      to get 11.8 installed properly.

  • @Titi-bk4pr
    @Titi-bk4pr Рік тому +6

    A big thanks man. I really wanted to try it out, I was waiting for an easy installation like this 👍

  • @user-dh2pn8do9k
    @user-dh2pn8do9k Рік тому +19

    if i try to use train py i get this error:
    Traceback (most recent call last):
    File "train py", line 16, in
    from gaussian_renderer import render, network_gui
    File "C:\Users\mukatsuku\pinokio\api\gaussian-splatting-Windows.git\gaussian_renderer\__init__.py", line 14, in
    from diff_gaussian_rasterization import GaussianRasterizationSettings, GaussianRasterizer
    ModuleNotFoundError: No module named 'diff_gaussian_rasterization'

    • @DmanShow
      @DmanShow Рік тому +3

      Hey did you find the solution for this error i am facing the same error ?

    • @StephThib
      @StephThib Рік тому +3

      same one.

    • @joshuacadogan5174
      @joshuacadogan5174 Рік тому +2

      im facing this issue as well

    • @natgeo1416
      @natgeo1416 11 місяців тому +1

      same

    • @sbrusse
      @sbrusse 10 місяців тому

      same here, any solution yet ?
      @@natgeo1416

  • @joshuacadogan5174
    @joshuacadogan5174 Рік тому +8

    Is there a way of exporting a usable file? Like the .Ply so we can import it into another program?

  • @Eduard_Baias
    @Eduard_Baias 8 місяців тому +3

    I got this ERROR
    from gaussian_renderer import render, network_gui
    File "C:\Users\moroc\pinokio\api\gaussian-splatting-Windows.git\gaussian_renderer\__init__.py", line 14, in
    from diff_gaussian_rasterization import GaussianRasterizationSettings, GaussianRasterizer
    ModuleNotFoundError: No module named 'diff_gaussian_rasterization'
    Who knows how to fix this?

  • @dragoneyegaming7224
    @dragoneyegaming7224 11 місяців тому +4

    Wow seems like a great leap forward in helping the not so smarty (like me) but because I am not so smarty, I appear to be getting the following when I try to point to my photos
    'The system cannot find the path specified.
    ERROR:root:Feature extraction failed with code 1. Exiting. '
    Checked the template and it is definitely right

    • @valeryandreev4535
      @valeryandreev4535 9 місяців тому +2

      Hi, had the same error.
      What helped for me was:
      Checking the path of the COLMAP that is in Environmental variables. Check if the version is correct (should be 3.8 or 3.8.1).
      My path is as such c:/Users/myProfilename/COLMAP-3.8-windows-cuda (not copied exactly check yours).
      Then in the command delete the last part before the slash ---> python convert.py -s input_data/fern --colmap_executable (COLMAP-3.8-windows-cuda\ -----> delete this)COLMAP.bat ---> python convert.py -s input_data/fern --colmap_executable COLMAP.bat
      Hope this helps : ))

  • @b4rtmod
    @b4rtmod Рік тому +1

    Thank you for that was really struggling with other tuts

  • @diegoarrascaeta747
    @diegoarrascaeta747 Рік тому +5

    Hello how are you? a query: in 3D Gaussian Splatting Windows, I was able to do everything, but when I get to point 3 of the step 3 tutorial: Train/optimize the images, when I insert: python train.py -s input_data/fern, it returns this error via console: Traceback (most recent call last):
    File "train.py", line 13, in
    import torch
    ModuleNotFoundError: No module named 'torch'
    What can be? thank you

  • @tgo1826
    @tgo1826 6 місяців тому +2

    gaussian-rasterization setup error. Is there any way to improve it?

  • @Instant_Nerf
    @Instant_Nerf Рік тому +1

    Ohh this is amazing. Thanks for this. The other tutorial is exhausting. I guess my image resolution were too high? I got a " Encountered quite large input images (>1.6K pixels width), rescaling to 1.6K.
    If this is not desired, please explicitly specify '--resolution/-r' as 1""... however the process did continue. Thanks.

  • @_trashcode
    @_trashcode 11 місяців тому +2

    thanks for the great video. how much vram does my graphic card need for that? or is it run via CPU?

  • @JUANCARLOS-fz9vk
    @JUANCARLOS-fz9vk 7 місяців тому +1

    In step 3 I get the following error: (base) C:\Users\Usuario\pinokio\api\gaussian-splatting-Windows.git>python train.py -s input_data/fern
    Traceback (most recent call last):
    File "C:\Users\Usuario\pinokio\api\gaussian-splatting-Windows.git\train.py", line 13, in
    import torch
    ModuleNotFoundError: No module named 'torch'

  • @kevinross1797
    @kevinross1797 Рік тому +4

    You're amazing, thanks for this.

  • @genlee2354
    @genlee2354 4 місяці тому

    Thanks for toturial , If I only use rtx3060 8g Vram so does it worth Install AI on local windows? Too slow ? right?

  • @valeryandreev4535
    @valeryandreev4535 9 місяців тому

    For everyone struggling with this error:
    COLMAP-3.8-windows-cuda\COLMAP.bat
    The system cannot find the path specified.
    You probably don't have COLMAP setup correctly for some reason AND / OR the command is wrong. This is setup in Environmental Variables and then Path and then Edit (google this if you don't know how)
    For me the path I had was C:\Users\XXXXXXXXX\COLMAP-3.8-windows-cuda
    And so the command is not python convert.py -s input_data/somefunnyname--colmap_executable COLMAP-3.8-windows-cuda\COLMAP.bat
    but rather python convert.py -s input_data/somefunnyname --colmap_executable COLMAP.bat
    Hope this helps! :)

  • @StriK3FoRC3OwO
    @StriK3FoRC3OwO Рік тому +4

    after using the command "python train.py -s input_data/Test" i get the following error:
    (gaussian-splatting) C:\Users\StriK3FoRC3\pinokio\api\gaussian-splatting-Windows.git>python train.py -s input_data/Test
    Traceback (most recent call last):
    File "train.py", line 16, in
    from gaussian_renderer import render, network_gui
    File "C:\Users\StriK3FoRC3\pinokio\api\gaussian-splatting-Windows.git\gaussian_renderer\__init__.py", line 14, in
    from diff_gaussian_rasterization import GaussianRasterizationSettings, GaussianRasterizer
    ModuleNotFoundError: No module named 'diff_gaussian_rasterization'

    • @zerosaturn416
      @zerosaturn416 Рік тому

      getting this too, do not know how to fix.

    • @dmitrybo
      @dmitrybo Рік тому

      @@zerosaturn416 same error

    • @dmitrybo
      @dmitrybo Рік тому +1

      this work!!!
      pip install submodules\diff-gaussian-rasterization
      pip install submodules\simple-knn

    • @ismafikri7414
      @ismafikri7414 Рік тому

      how to install@@dmitrybo

    • @summer.vfX-trem
      @summer.vfX-trem 11 місяців тому

      @@ismafikri7414 just copy in cmd windows and run.

  • @dronearon3085
    @dronearon3085 Рік тому +3

    so 12gb vram ? can't run or more time need to process

    • @pandadayi
      @pandadayi Рік тому +1

      yeah, that would be nice to know. I wanted to test with my 4070 ti, NeRF works like a charm... but i also get an error during installation. Something went wrong after installing all the bits.

    • @nicolasdesola3332
      @nicolasdesola3332 Рік тому +2

      @@pandadayi did you figure out? / does it take longer but work?

    • @pandadayi
      @pandadayi Рік тому

      @@nicolasdesola3332 I couldn't find out because during installation an error occurred. Couldn't test it.. 😓

  • @irisfabianagonzalezpacua7388
    @irisfabianagonzalezpacua7388 Рік тому +9

    Is there any version for 12 GB VRAM?

    • @nightthemoon8481
      @nightthemoon8481 Рік тому +1

      Did you end up finding a 12gb version

    • @Demisemæn
      @Demisemæn Рік тому

      No, 24 its the Minimum... The New one Live render in 120vram xD

    • @Demisemæn
      @Demisemæn Рік тому

      The New versión appear 3 weeks ago, so this is old

  • @ZeroBudgetDevelopments
    @ZeroBudgetDevelopments Рік тому

    pinochio is hanging when i try to download the git files its just a spinning disk

  • @baseerfarooqui5897
    @baseerfarooqui5897 11 місяців тому +2

    (gaussian-splatting) C:\Users\baseer.farooqui\pinokio\api\gaussian-splatting-Windows.git>python convert.py -s input_data/door --colmap_executable COLMAP-3.8-windows-cuda\COLMAP.bat
    The system cannot find the path specified.
    ERROR:root:Feature extraction failed with code 1. Exiting.
    [1:54 PM]
    any idea how to fix

    • @sundernewar2002
      @sundernewar2002 10 місяців тому

      its due to the incorrect path of COLMAP.bat, locate the file and use the correct path.

  • @dan323609
    @dan323609 Рік тому +1

    ModuleNotFoundError: No module named 'torch'

  • @djtyros
    @djtyros Рік тому

    So I watched all that, but I don't really know what it does?
    I appreciate it's only an installation tutorial, so I'm going to have a quick catch up on your videos now, in hope to find a "usage" video.
    If you have any specific recommendation for a usage video, please let me know.
    Thanks

    • @xerc1
      @xerc1 Рік тому

      ua-cam.com/video/C708Mh7EHZM/v-deo.html

    • @StriK3FoRC3OwO
      @StriK3FoRC3OwO Рік тому

      are you braindead or a bot?

  • @eurueka
    @eurueka Рік тому

    I'm getting this message: RuntimeError: [enforce fail at C:\cb\pytorch_1000000000000\work\c10\core\impl\alloc_cpu.cpp:81] data. DefaultCPUAllocator: not enough memory: you tried to allocate 20294400 bytes.
    Is this Ram or space disk problem?

    • @SuperSigma69
      @SuperSigma69 11 місяців тому

      Works on my 4090, which gpu are u on?

  • @valeryandreev4535
    @valeryandreev4535 9 місяців тому

    Got it to work, thanks man!

  • @bause6182
    @bause6182 10 місяців тому

    Hello great video , it is possible to run the script cloud machine like google collab ? My pc is bad

  • @mr_seal7482
    @mr_seal7482 10 місяців тому

    I think the patreon link is broken

  • @CiciW-x2s
    @CiciW-x2s 4 місяці тому

    nick work!

  • @MountEverestMetaverse
    @MountEverestMetaverse 10 місяців тому

    why is there no tutorials on how to gaussian splat from ply files ahhhhhh

  • @MrAlbertinho176
    @MrAlbertinho176 Рік тому +1

    it gives error to me as well

  • @客潮郎
    @客潮郎 11 місяців тому

    thank you for your help, hao i can ran this :ModuleNotFoundError: No module named 'simple_knn'

  • @cifu_
    @cifu_ 4 місяці тому

    How can i export as a mesh ?

  • @azzeddindouakha3403
    @azzeddindouakha3403 Рік тому +1

    24gb vram ???

  • @c0nsumption
    @c0nsumption Рік тому +2

    Why ponokio? Why not just a .bat file. It’s so suspect, like what the hell is ponokio?

    • @黄官振
      @黄官振 Рік тому +1

      This is also my question, and my pinokio was completely unable to install

  • @elangkumarans8753
    @elangkumarans8753 11 місяців тому

    Hey thanks for the tutorial. I am encountering this error while installing the package. CondaVerificationError: The package for pytorch located at Users\pinokio\bin\miniconda\pkgs\pytorch-1.12.1-py3.7_cuda11.6_cudnn8_0
    appears to be corrupted. The path 'Lib/site-packages/caffe2/experiments/python/tt_pad_op_test.py'
    specified in the package manifest cannot be found.

  • @Fancy.languages1
    @Fancy.languages1 9 місяців тому +1

    continuously saying something went wrong...

  • @Chris-Brown-
    @Chris-Brown- Рік тому

    Does one work with AMD?

    • @SuperSigma69
      @SuperSigma69 11 місяців тому +1

      I just don't understand AMD users, AI isn't for you...yet. hold on

    • @valeryandreev4535
      @valeryandreev4535 9 місяців тому

      yes it does. AMD user here

    • @gaussiansplatsss
      @gaussiansplatsss 8 місяців тому

      ​@@valeryandreev4535what is your graphics card Sir

  • @wrillywonka1320
    @wrillywonka1320 11 місяців тому

    Cant even use gaussian splats anywhere. They are cool but useless

    • @valeryandreev4535
      @valeryandreev4535 9 місяців тому

      you can if you know how to use particles in some engines... actually you can make quite cool stuff

    • @wrillywonka1320
      @wrillywonka1320 9 місяців тому

      @@valeryandreev4535 i used a plug in for blender whoch used my ply as particles and it was cool but the quality was like 25% of what the gaussian looked like in polycam

  • @MyGreatCreation
    @MyGreatCreation 9 місяців тому +1

    well this tutorial was crap

  • @giuseppepesce99
    @giuseppepesce99 Рік тому

    in the 3th step it give me this err
    (gaussian-splatting) C:\Users\giuse\pinokio\api\gaussian-splatting-Windows.git>start viewers/bin/SIBR_GaussianViewer_app.exe . -m output\fern
    (gaussian-splatting) C:\Users\giuse\pinokio\api\gaussian-splatting-Windows.git>python train.py -s input_data/fern
    Traceback (most recent call last):
    File "train.py", line 16, in
    from gaussian_renderer import render, network_gui
    File "C:\Users\giuse\pinokio\api\gaussian-splatting-Windows.git\gaussian_renderer\__init__.py", line 14, in
    from diff_gaussian_rasterization import GaussianRasterizationSettings, GaussianRasterizer
    ModuleNotFoundError: No module named 'diff_gaussian_rasterization'

    • @dmitrybo
      @dmitrybo Рік тому +1

      this work!!!
      pip install submodules\diff-gaussian-rasterization
      pip install submodules\simple-knn

    • @joshuacadogan5174
      @joshuacadogan5174 Рік тому

      You saved me!@@dmitrybo

  • @user-dh2pn8do9k
    @user-dh2pn8do9k Рік тому +4

    if i try to use train py i get this error: Traceback (most recent call last): File "train py", line 16, in from gaussian_renderer import render, network_gui File "C:\Users\mukatsuku\pinokio\api\gaussian-splatting-Windows.git\gaussian_renderer\__init__.py", line 14, in from diff_gaussian_rasterization import GaussianRasterizationSettings, GaussianRasterizer ModuleNotFoundError: No module named 'diff_gaussian_rasterization'